C# Class CrestSharp.Infrastructure.CrestJsonConverter

Inheritance: Newtonsoft.Json.JsonConverter
Afficher le fichier Open project: rischwa/eve-fast-fitting-assessment

Méthodes publiques

Свойство Type Description
CONVERSIONS Type>.IDictionary

Méthodes publiques

Méthode Description
CanConvert ( Type objectType ) : bool
ReadJson ( JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer ) : object
WriteJson ( JsonWriter writer, object value, JsonSerializer serializer ) : void

Private Methods

Méthode Description
CrestJsonConverter ( ) : System
GetTopInterface ( Type type ) : Type
InitObject ( JsonSerializer serializer, object target, string href, Newtonsoft.Json.Linq.JObject item ) : void

Method Details

CanConvert() public méthode

public CanConvert ( Type objectType ) : bool
objectType System.Type
Résultat bool

ReadJson() public méthode

public ReadJson ( JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer ) : object
reader Newtonsoft.Json.JsonReader
objectType System.Type
existingValue object
serializer Newtonsoft.Json.JsonSerializer
Résultat object

WriteJson() public méthode

public WriteJson ( JsonWriter writer, object value, JsonSerializer serializer ) : void
writer Newtonsoft.Json.JsonWriter
value object
serializer Newtonsoft.Json.JsonSerializer
Résultat void

Property Details

CONVERSIONS public_oe static_oe property

public static IDictionary CONVERSIONS
Résultat Type>.IDictionary