EntityValueJsonConverter 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.
Implements a JsonConverter to serialize/deserialize project API objects to/from Json.
[System.Runtime.CompilerServices.Nullable(0)]
public class EntityValueJsonConverter : Newtonsoft.Json.JsonConverter
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityValueJsonConverter = class
inherit JsonConverter
Public Class EntityValueJsonConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterEntityValueJsonConverter
- Derived
- Attributes
Constructors
EntityValueJsonConverter(IEntityType, IEntityRuntimeModel) |
Methods
CanConvert(Type) | |
ReadJson(JsonReader, Type, Object, JsonSerializer) | |
WriteJson(JsonWriter, Object, JsonSerializer) |