Click or drag to resize
Serializable Interface
Represents a class which can be serialized 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#
public interface Serializable

The Serializable type exposes the following members.

Methods
  NameDescription
Public methodSerialize
Serializes this instance into a sequence of bytes.
Top
See Also