C# Class Asgard.Core.Network.Packets.RPCPacket

Inheritance: Asgard.Core.Network.Packets.Packet
Exibir arquivo Open project: enBask/Asgard

Public Methods

Method Description
Deserialize ( Bitstream msg ) : void
Serialize ( Bitstream msg ) : void

Private Methods

Method Description
LookupType ( string name ) : Type
ReadParam ( Bitstream msg ) : object
WriteParam ( object o, Bitstream msg ) : void

Method Details

Deserialize() public method

public Deserialize ( Bitstream msg ) : void
msg Bitstream
return void

Serialize() public method

public Serialize ( Bitstream msg ) : void
msg Bitstream
return void