JsonInt64ReaderWriter Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Legge e scrive JSON per long
i valori.
public sealed class JsonInt64ReaderWriter : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter<long>
type JsonInt64ReaderWriter = class
inherit JsonValueReaderWriter<int64>
Public NotInheritable Class JsonInt64ReaderWriter
Inherits JsonValueReaderWriter(Of Long)
- Ereditarietà
Proprietà
Instance |
Istanza singleton di questo lettore/writer senza stato. |
ValueType |
Tipo del valore in lettura/scrittura. (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, Int64) |
Legge e scrive JSON per |
ToJsonTyped(Utf8JsonWriter, TValue) |
Scrive il valore in JSON. (Ereditato da JsonValueReaderWriter<TValue>) |