IOwnedDataSerializableSerializeOwnedData 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 SerializeOwnedData(
SerializationWriter writer,
Object context
)
Sub SerializeOwnedData (
writer As SerializationWriter,
context As Object
)
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)
See Also