FastDictionaryTKey, TValueOnDeserialization Method |
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic override void OnDeserialization(
Object sender
)
Public Overrides Sub OnDeserialization (
sender As Object
)
Parameters
- sender
- Type: SystemObject
The source of the deserialization event.
Implements
IDeserializationCallbackOnDeserialization(Object)
ExceptionsException | Condition |
---|
SerializationException | The SerializationInfo object associated with the current DictionaryTKey, TValue instance is invalid. |
See Also