IAttachable.OnDeserialization Method |
Restores the correct state when the object is being deserialized.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
void OnDeserialization( Object caller )
Parameters
- caller
- Type: System.Object
Object governing the deserialization.
This method is redundant with IDeserializationCallback on platforms where this interface is supported.