Method | Description | |
---|---|---|
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 | |
return | object |
public static FromBytes ( byte bytes ) : object | ||
bytes | byte | |
return | object |
public static FromString ( string str ) : object | ||
str | string | |
return | object |
public static FromStringFile ( string fileName ) : object | ||
fileName | string | |
return | object |
public static ToBinaryFile ( object graph, string fileName ) : void | ||
graph | object | |
fileName | string | |
return | void |
public static ToBytes ( object graph ) : byte[] | ||
graph | object | |
return | byte[] |
public static ToString ( object graph ) : string | ||
graph | object | |
return | string |
public static ToStringFile ( object graph, string fileName ) : void | ||
graph | object | |
fileName | string | |
return | void |