Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Newtonsoft.​Json.​Serialization.​IContractResolver

Assembly: Newtonsoft.Json

Used by <see cref="T:Newtonsoft.Json.JsonSerializer" /> to resolve a <see cref="T:Newtonsoft.Json.Serialization.JsonContract" /> for a given <see cref="T:System.Type" /> .

Methods

ResolveContract​(System.​Type type)
Resolves the contract for a given type.
Returns The contract for a given type.
type The type to resolve a contract for.