JsonValueReaderWriter<TValue> 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.
Reads and writes the JSON value for a given model or provider value.
public abstract class JsonValueReaderWriter<TValue> : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter
type JsonValueReaderWriter<'Value> = class
inherit JsonValueReaderWriter
Public MustInherit Class JsonValueReaderWriter(Of TValue)
Inherits JsonValueReaderWriter
Type Parameters
- TValue
- Inheritance
- Derived
Constructors
JsonValueReaderWriter<TValue>() |
Properties
ConstructorExpression |
The expression representing construction of this object. (Inherited from JsonValueReaderWriter) |
ValueType |
The type of the value being read/written. |
Methods
FromJson(Utf8JsonReaderManager, Object) |
Reads the value from a UTF8 JSON stream or buffer. |
FromJsonString(String, Object) |
Reads the value from JSON in a string. (Inherited from JsonValueReaderWriter) |
FromJsonTyped(Utf8JsonReaderManager, Object) |
Reads the value from JSON. |
ToJson(Utf8JsonWriter, Object) |
Writes the value to JSON. |
ToJsonString(Object) |
Writes the value to a JSON string. (Inherited from JsonValueReaderWriter) |
ToJsonTyped(Utf8JsonWriter, TValue) |
Writes the value to JSON. |
Applies to
Entity Framework