C# Class Weborb.Util.IO.Serializer

显示文件 Open project: Backendless/.NET-SDK

Public Methods

Method Description
FromBytes ( byte bytes, int type, bool doNotAdapt ) : object
ToBytes ( Object obj, int type ) : byte[]

Method Details

FromBytes() public static method

public static FromBytes ( byte bytes, int type, bool doNotAdapt ) : object
bytes byte
type int
doNotAdapt bool
return object

ToBytes() public static method

public static ToBytes ( Object obj, int type ) : byte[]
obj Object
type int
return byte[]