Method |
Description |
|
ApplyPropertyCasing ( DeserializationContext context, PropertyInfo>.Dictionary properties ) : PropertyInfo>.Dictionary |
|
|
BuildArray ( DeserializationContext context, Type type, Type itemType, JEnumerable elements, IEnumerable typeMappings, int nestingLevel ) : Array |
|
|
BuildDictionary ( DeserializationContext context, Type type, JEnumerable elements, IEnumerable typeMappings, int nestingLevel ) : IDictionary |
|
|
BuildIEnumerable ( DeserializationContext context, Type type, JEnumerable elements, IEnumerable typeMappings, int nestingLevel ) : IList |
|
|
BuildList ( DeserializationContext context, Type type, JEnumerable elements, IEnumerable typeMappings, int nestingLevel ) : IList |
|
|
CoerceValue ( DeserializationContext context, PropertyInfo propertyInfo, JToken value, IEnumerable typeMappings, int nestingLevel ) : object |
|
|
CreateAndMap ( DeserializationContext context, Type type, JToken element, IEnumerable typeMappings, int nestingLevel ) : object |
|
|
Map ( DeserializationContext context, object targetObject, JToken parentJsonToken, IEnumerable typeMappings, int nestingLevel ) : void |
|
|
ParseDateTime ( JToken value ) : DateTime? |
|
|
ParseDateTimeOffset ( JToken value ) : DateTimeOffset? |
|
|
ReplaceAllDateInstacesWithNeoDates ( string content ) : string |
|
|
SetPropertyValue ( DeserializationContext context, object targetObject, PropertyInfo propertyInfo, JToken value, IEnumerable typeMappings, int nestingLevel ) : void |
|
|