Method | Description | |
---|---|---|
FromBytes ( byte bytes, int type, bool doNotAdapt ) : object | ||
ToBytes ( Object obj, int type ) : byte[] |
public static FromBytes ( byte bytes, int type, bool doNotAdapt ) : object | ||
bytes | byte | |
type | int | |
doNotAdapt | bool | |
return | object |
public static ToBytes ( Object obj, int type ) : byte[] | ||
obj | Object | |
type | int | |
return | byte[] |