9 references to JsonObjectType
Microsoft.TestPlatform.CommunicationUtilities (9)
Json\Jsonite\Jsonite.cs (9)
1048
var
objectType = reflector.OnSerializeGetObjectType(value, type, out objectContext);
1051
case
JsonObjectType
.Object:
1054
case
JsonObjectType
.Array:
1306
public
JsonObjectType
OnSerializeGetObjectType(object obj, Type type, out object objectContext)
1567
JsonObjectType
OnSerializeGetObjectType(object obj, Type type, out object objectContext);
1691
public
JsonObjectType
OnSerializeGetObjectType(object obj, Type type, out object objectContext)
1697
return
JsonObjectType
.Object;
1703
return
JsonObjectType
.Array;
1705
return
JsonObjectType
.Unknown;