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: 6.4.11.0 (6.4.11.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.
