C# 클래스 Asgard.Core.Network.Packets.RPCPacket

상속: Asgard.Core.Network.Packets.Packet
파일 보기 프로젝트 열기: enBask/Asgard

공개 메소드들

메소드 설명
Deserialize ( Bitstream msg ) : void
Serialize ( Bitstream msg ) : void

비공개 메소드들

메소드 설명
LookupType ( string name ) : Type
ReadParam ( Bitstream msg ) : object
WriteParam ( object o, Bitstream msg ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( Bitstream msg ) : void
msg Bitstream
리턴 void

Serialize() 공개 메소드

public Serialize ( Bitstream msg ) : void
msg Bitstream
리턴 void