JsonInt32ReaderWriter Classe

Definizione

Legge e scrive JSON per int i valori.

public sealed class JsonInt32ReaderWriter : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter<int>
type JsonInt32ReaderWriter = class
    inherit JsonValueReaderWriter<int>
Public NotInheritable Class JsonInt32ReaderWriter
Inherits JsonValueReaderWriter(Of Integer)
Ereditarietà

Proprietà

Instance

Istanza singleton di questo lettore/writer senza stato.

ValueType

Tipo del valore letto/scritto.

(Ereditato da JsonValueReaderWriter<TValue>)

Metodi

FromJson(Utf8JsonReaderManager, Object)

Legge il valore da un flusso o un buffer JSON UTF8.

(Ereditato da JsonValueReaderWriter<TValue>)
FromJsonString(String, Object)

Legge il valore da JSON in una stringa.

(Ereditato da JsonValueReaderWriter)
FromJsonTyped(Utf8JsonReaderManager, Object)

Legge il valore da JSON.

ToJson(Utf8JsonWriter, Object)

Scrive il valore in JSON.

(Ereditato da JsonValueReaderWriter<TValue>)
ToJsonString(Object)

Scrive il valore in una stringa JSON.

(Ereditato da JsonValueReaderWriter)
ToJsonTyped(Utf8JsonWriter, Int32)

Legge e scrive JSON per int i valori.

ToJsonTyped(Utf8JsonWriter, TValue)

Scrive il valore in JSON.

(Ereditato da JsonValueReaderWriter<TValue>)

Si applica a