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.12.0.0 (5.12.0)
Syntaxvoid Serialize(
	SerializationWriter writer,
	Object value
)
Sub Serialize ( 
	writer As SerializationWriter,
	value As Object
)
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