IOnDeserialized Interface

Definition

Indicates that a class is to be notified when it has been deserialized.

public interface IOnDeserialized
type IOnDeserialized = interface
Public Interface IOnDeserialized
Derived

Methods

OnDeserialized(DeserializationContext)

Notifies this instance that it has been fully deserialized.

OnDeserialized(ISerializerContext)

Notifies this instance that it has been fully deserialized.

Applies to