Condividi tramite


JsonUInt32ReaderWriter Classe

Definizione

Legge e scrive JSON per uint i valori.

public sealed class JsonUInt32ReaderWriter : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter<uint>
type JsonUInt32ReaderWriter = class
    inherit JsonValueReaderWriter<uint32>
Public NotInheritable Class JsonUInt32ReaderWriter
Inherits JsonValueReaderWriter(Of UInteger)
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, TValue)

Scrive il valore in JSON.

(Ereditato da JsonValueReaderWriter<TValue>)
ToJsonTyped(Utf8JsonWriter, UInt32)

Legge e scrive JSON per uint i valori.

Si applica a