C# 클래스 npantarhei.distribution.translators.SerializationExtension

파일 보기 프로젝트 열기: ralfw/NPantaRhei

공개 메소드들

메소드 설명
Deserialize ( this bytes ) : object
Serialize ( this obj ) : byte[]

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( this bytes ) : object
bytes this
리턴 object

Serialize() 공개 정적인 메소드

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