Click or drag to resize
IFastSerializationTypeSurrogateSerialize Method
FastSerializes the object into the SerializationWriter.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void Serialize(
	SerializationWriter writer,
	Object value
)

Parameters

writer
Type: SD.LLBLGen.Pro.ORMSupportClassesSerializationWriter
The SerializationWriter into which the object is to be serialized.
value
Type: SystemObject
The object to serialize.
See Also