Click or drag to resize

IOwnedDataSerializable.SerializeOwnedData Method

Lets the implementing class store internal data directly into a SerializationWriter.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
void SerializeOwnedData(
	SerializationWriter writer,
	Object context
)

Parameters

writer
Type: SD.LLBLGen.Pro.ORMSupportClasses.SerializationWriter
The SerializationWriter to use
context
Type: System.Object
Optional context to use as a hint as to what to store (BitVector32 is useful)
See Also