Click or drag to resize

TypedViewBase<T>.SerializeOwnedData Method

Serializes the owned data.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public virtual void SerializeOwnedData(
	SerializationWriter writer,
	Object context
)

Parameters

writer
Type: SD.LLBLGen.Pro.ORMSupportClasses.SerializationWriter
The writer.
context
Type: System.Object
The context.

Implements

IOwnedDataSerializable.SerializeOwnedData(SerializationWriter, Object)
See Also