JsonByteArrayReaderWriter 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 come base64 per byte
i valori della matrice.
public sealed class JsonByteArrayReaderWriter : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter<byte[]>
type JsonByteArrayReaderWriter = class
inherit JsonValueReaderWriter<byte[]>
Public NotInheritable Class JsonByteArrayReaderWriter
Inherits JsonValueReaderWriter(Of Byte())
- 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, Byte[]) |
Legge e scrive JSON come base64 per |
ToJsonTyped(Utf8JsonWriter, TValue) |
Scrive il valore in JSON. (Ereditato da JsonValueReaderWriter<TValue>) |