Creates serialization-related information.

Syntax
C# | Visual Basic | Managed C++ |
public SerializableInfo (
ushort classID,
int headerSize
)
Public Sub New ( _
classID As UShort, _
headerSize As Integer _
)

Parameters
- classID (UInt16)
- The unique class identifier.
- headerSize (Int32)
- The number of bytes occupied by the serialized object in the preallocated header.
Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0