Click or drag to resize
IOwnedDataSerializableDeserializeOwnedData Method
Lets the implementing class retrieve internal data directly from a SerializationReader.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void DeserializeOwnedData(
	SerializationReader reader,
	Object context
)

Parameters

reader
Type: SD.LLBLGen.Pro.ORMSupportClassesSerializationReader
The SerializationReader to use
context
Type: SystemObject
Optional context to use as a hint as to what to retrieve (BitVector32 is useful)
See Also