IJsonValueSerializer Interface
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.
Serializer to read value from JSON or write a value to JSON.
public interface IJsonValueSerializer
type IJsonValueSerializer = interface
Public Interface IJsonValueSerializer
- Derived
Methods
ReadFromJson(JsonReader, IValueTypeMetadata) |
Read value from the JSON. |
WriteToJson(Object, JsonWriter) |
Write a value to the JSON |