ICustomDeserializer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |