C# 클래스 Weborb.Util.IO.Serializer

파일 보기 프로젝트 열기: Backendless/.NET-SDK

공개 메소드들

메소드 설명
FromBytes ( byte bytes, int type, bool doNotAdapt ) : object
ToBytes ( Object obj, int type ) : byte[]

메소드 상세

FromBytes() 공개 정적인 메소드

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

ToBytes() 공개 정적인 메소드

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