C# 클래스 RTSEngine.Net.NetSerializer

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS

공개 메소드들

메소드 설명
Deserialize ( byte &buf, int &off ) : void
ReadInt ( byte &buf, int &off ) : int
ReadString ( byte &buf, int &off ) : string
Serialize ( byte &buf, int &off ) : void
Write ( byte &buf, int &off, int v ) : void
Write ( byte &buf, int &off, string v ) : void

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( byte &buf, int &off ) : void
buf byte
off int
리턴 void

ReadInt() 공개 정적인 메소드

public static ReadInt ( byte &buf, int &off ) : int
buf byte
off int
리턴 int

ReadString() 공개 정적인 메소드

public static ReadString ( byte &buf, int &off ) : string
buf byte
off int
리턴 string

Serialize() 공개 정적인 메소드

public static Serialize ( byte &buf, int &off ) : void
buf byte
off int
리턴 void

Write() 공개 정적인 메소드

public static Write ( byte &buf, int &off, int v ) : void
buf byte
off int
v int
리턴 void

Write() 공개 정적인 메소드

public static Write ( byte &buf, int &off, string v ) : void
buf byte
off int
v string
리턴 void