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 IDeserializationCallback on platforms where this interface is supported.