PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelIAttachableOn­Deserialization
Open sandboxFocus

IAttachable.OnDeserialization Method

OnDeserialization(Object)

Restores the correct state when the object is being deserialized.

Declaration
void OnDeserialization(object caller)
Parameters
Type Name Description
Object caller

Object governing the deserialization.

Remarks

This method is redundant with System.Runtime.Serialization.IDeserializationCallback on platforms where this interface is supported.