IJsonOnDeserializing public interface IJsonOnDeserializing Specifies that the type should have its OnDeserializing method called before deserialization occurs. Documentation Code void OnDeserializing() The method that is called before deserialization.