Show / Hide Table of Contents

    Namespace XploRe.Json

    Classes

    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.

    CollectionConverter<T>

    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.

    CollectionConverter<T, TList, TDictionary>

    Converts a complex JSON object into .NET primitives. For arrays, the configured list collection type TList is used. Objects are deserialized into the configured dictionary type TDictionary, storing each object property as a KeyValuePair<TKey, TValue>.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.