Click or drag to resize

TypedListCoreSerializeOwnedData Method

Serializes the owned data.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual void SerializeOwnedData(
	SerializationWriter writer,
	Object context
)

Parameters

writer
Type: SD.LLBLGen.Pro.ORMSupportClassesSerializationWriter
The writer.
context
Type: SystemObject
The context.
See Also