Share via


ICustomDeserializer Interface

Definition

Defines the contract for a deserializer from a JToken object to another type.

public interface ICustomDeserializer
type ICustomDeserializer = interface
Public Interface ICustomDeserializer
Derived

Methods

Load(JToken, JsonSerializer, Type)

The method that loads the JToken object to a requested type.

Applies to