2 implementations of OnSerializeGetObjectType
Microsoft.TestPlatform.CommunicationUtilities (2)
Json\Jsonite\Jsonite.cs (2)
1306
public JsonObjectType
OnSerializeGetObjectType
(object obj, Type type, out object objectContext)
1691
public JsonObjectType
OnSerializeGetObjectType
(object obj, Type type, out object objectContext)
4 references to OnSerializeGetObjectType
Microsoft.TestPlatform.CommunicationUtilities (4)
Json\Jsonite\Jsonite.cs (4)
1048
var objectType = reflector.
OnSerializeGetObjectType
(value, type, out objectContext);
1572
/// <param name="objectContext">The object context that was returned by the <see cref="
OnSerializeGetObjectType
"/></param>
1580
/// <param name="objectContext">The object context that was returned by the <see cref="
OnSerializeGetObjectType
"/></param>
1587
/// Defines the type of object when serializing (returned by method <see cref="IJsonReflector.
OnSerializeGetObjectType
"/>.