Show / Hide Table of Contents

    Class CollectionConverter

    Converts a complex JSON object into .NET primitives, using List<T> for arrays and Dictionary<TKey, TValue> for objects whose properties are stored as KeyValuePair<TKey, TValue>s. Keys are always Strings.
    Inheritance
    Newtonsoft.Json.JsonConverter
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>
    CollectionConverter<Object>
    CollectionConverter
    Inherited Members
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.CanConvert(Type)
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.ReadJson(JsonReader, Type, Object, JsonSerializer)
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.ReadValue(JsonReader, JsonSerializer)
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.WriteJson(JsonWriter, Object, JsonSerializer)
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.ItemType
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.ListType
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.DictionaryType
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.CanRead
    CollectionConverter<Object, List<Object>, Dictionary<String, Object>>.CanWrite
    Namespace: XploRe.Json
    Assembly: XploRe.Json.dll
    Syntax
    public class CollectionConverter : CollectionConverter<object>

    Constructors

    Name Description
    CollectionConverter()
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.