C# 클래스 Doe.common

파일 보기 프로젝트 열기: ambasta/doe

공개 메소드들

메소드 설명
code ( string s ) : byte[]
code ( byte message, int x, int readBytes ) : string
deserialise ( byte arr ) : object
serialize ( object o ) : byte[]

메소드 상세

code() 공개 정적인 메소드

public static code ( string s ) : byte[]
s string
리턴 byte[]

code() 공개 정적인 메소드

public static code ( byte message, int x, int readBytes ) : string
message byte
x int
readBytes int
리턴 string

deserialise() 공개 정적인 메소드

public static deserialise ( byte arr ) : object
arr byte
리턴 object

serialize() 공개 정적인 메소드

public static serialize ( object o ) : byte[]
o object
리턴 byte[]