Click or drag to resize

EntityCollectionBase2TEntityIOwnedDataSerializableSerializeOwnedData 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.9.0.0 (5.9.0)
Syntax
void IOwnedDataSerializable.SerializeOwnedData(
	SerializationWriter writer,
	Object context
)

Parameters

writer
Type: SD.LLBLGen.Pro.ORMSupportClassesSerializationWriter
The SerializationWriter to use
context
Type: SystemObject
Optional context to use as a hint as to what to store (BitVector32 is useful)

Implements

IOwnedDataSerializableSerializeOwnedData(SerializationWriter, Object)
See Also