메소드 | 설명 | |
---|---|---|
FromBinaryFile ( string fileName ) : object | ||
FromBytes ( byte bytes ) : object | ||
FromString ( string str ) : object | ||
FromStringFile ( string fileName ) : object | ||
ToBinaryFile ( object graph, string fileName ) : void | ||
ToBytes ( object graph ) : byte[] | ||
ToString ( object graph ) : string | ||
ToStringFile ( object graph, string fileName ) : void |
public static FromBinaryFile ( string fileName ) : object | ||
fileName | string | |
리턴 | object |
public static FromStringFile ( string fileName ) : object | ||
fileName | string | |
리턴 | object |
public static ToBinaryFile ( object graph, string fileName ) : void | ||
graph | object | |
fileName | string | |
리턴 | void |
public static ToStringFile ( object graph, string fileName ) : void | ||
graph | object | |
fileName | string | |
리턴 | void |