EntityIdentityJsonConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A JSON convert to support serializing EntityIdentity.
[System.Runtime.CompilerServices.Nullable(0)]
public class EntityIdentityJsonConverter : Newtonsoft.Json.JsonConverter
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityIdentityJsonConverter = class
inherit JsonConverter
Public Class EntityIdentityJsonConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterEntityIdentityJsonConverter
- Attributes
Constructors
EntityIdentityJsonConverter() |
Methods
CanConvert(Type) | |
ReadJson(JsonReader, Type, Object, JsonSerializer) | |
WriteJson(JsonWriter, Object, JsonSerializer) |