JsonInt16ReaderWriter 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 short
i valori.
public sealed class JsonInt16ReaderWriter : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter<short>
type JsonInt16ReaderWriter = class
inherit JsonValueReaderWriter<int16>
Public NotInheritable Class JsonInt16ReaderWriter
Inherits JsonValueReaderWriter(Of Short)
- 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, Int16) |
Legge e scrive JSON per |
ToJsonTyped(Utf8JsonWriter, TValue) |
Scrive il valore in JSON. (Ereditato da JsonValueReaderWriter<TValue>) |