Click or drag to resize
SerializableSerialize Method
Serializes this instance into a sequence of bytes.

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
byte[] Serialize()

Return Value

Type: Byte
A sequence of bytes representing this instance.
See Also