Documentation for a minimal subset of the QSM API
SerializeTo Method (header, data)
Namespaces > QS.Fx.Serialization > ISerializable > SerializeTo(ConsumableBlock, IList<(Of Block>))
Serializes an object.
Syntax
C#Visual BasicManaged C++
void SerializeTo (
	ref ConsumableBlock header,
	ref IList<Block> data
)
Sub SerializeTo ( _
	ByRef header As ConsumableBlock, _
	ByRef data As IList(Of Block) _
)
void SerializeTo (
	ConsumableBlock% header, 
	IList<Block>^% data
)
Parameters
header (ConsumableBlock)
Points to the preallocated header. Data can be appended to the header by copying it.
data (IList<(Of Block>))
Points to a list of memory buffers. Data can be appended by adding buffer addresses to the list.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0