Click or drag to resize

EntityCollectionBase2<TEntity>.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.4.0.0 (5.4.0)
Syntax
void IOwnedDataSerializable.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)

Implements

IOwnedDataSerializable.SerializeOwnedData(SerializationWriter, Object)
See Also