2 implementations of IJsonReflector
Microsoft.TestPlatform.CommunicationUtilities (2)
Json\Jsonite\Jsonite.cs (2)
1253private sealed class JsonReflectorForValidate : IJsonReflector 1621sealed class JsonReflectorDefault : IJsonReflector
7 references to IJsonReflector
Microsoft.TestPlatform.CommunicationUtilities (7)
Json\Jsonite\Jsonite.cs (7)
368private readonly IJsonReflector reflector; 989private readonly IJsonReflector reflector; 1369/// This exception can be overriden by overriding the method <see cref="IJsonReflector.OnDeserializeRaiseParsingError"/>. 1466public IJsonReflector Reflector { get; set; } 1587/// Defines the type of object when serializing (returned by method <see cref="IJsonReflector.OnSerializeGetObjectType"/>. 1613/// The default implementation of <see cref="IJsonReflector"/> that allows to deserialize a JSON text to a generic <see cref="IDictionary{TKey,TValue}"/> <see cref="JsonObject"/> or <see cref="JsonArray"/>. 1615/// <seealso cref="IJsonReflector" />