Click or drag to resize
IOwnedDataSerializableAndRecreatable Interface
Interface which allows a class to specify that it can be recreated during deserialization using a default constructor and then calling DeserializeOwnedData()

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
public interface IOwnedDataSerializableAndRecreatable : IOwnedDataSerializable

The IOwnedDataSerializableAndRecreatable type exposes the following members.

Methods
  NameDescription
Public methodDeserializeOwnedData
Lets the implementing class retrieve internal data directly from a SerializationReader.
(Inherited from IOwnedDataSerializable.)
Public methodSerializeOwnedData
Lets the implementing class store internal data directly into a SerializationWriter.
(Inherited from IOwnedDataSerializable.)
Top
See Also