C# 클래스 FileFind.Serialization.Raw

파일 보기 프로젝트 열기: codebutler/meshwork

공개 메소드들

메소드 설명
Deserialize ( byte rawdata, Type type ) : object
Serialize ( object obj ) : byte[]

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( byte rawdata, Type type ) : object
rawdata byte
type System.Type
리턴 object

Serialize() 공개 정적인 메소드

public static Serialize ( object obj ) : byte[]
obj object
리턴 byte[]