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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework