Documentation for a minimal subset of the QSM API
SerializableInfo Constructor (classID, headerSize)
Namespaces > QS.Fx.Serialization > SerializableInfo > SerializableInfoNew(UInt16, Int32)
Creates serialization-related information.
Syntax
C#Visual BasicManaged C++
public SerializableInfo (
	ushort classID,
	int headerSize
)
Public Sub New ( _
	classID As UShort, _
	headerSize As Integer _
)
public:
SerializableInfo (
	unsigned short classID, 
	int headerSize
)
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