Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Asgard
Core
Network
Packets
RPCPacket
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