Edit

Share via


JsonMetadataServices.MemoryByteConverter Property

Definition

Returns a JsonConverter<T> instance that converts Memory<T> values.

public:
 static property System::Text::Json::Serialization::JsonConverter<Memory<System::Byte>> ^ MemoryByteConverter { System::Text::Json::Serialization::JsonConverter<Memory<System::Byte>> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<Memory<byte>> MemoryByteConverter { get; }
static member MemoryByteConverter : System.Text.Json.Serialization.JsonConverter<Memory<byte>>
Public Shared ReadOnly Property MemoryByteConverter As JsonConverter(Of Memory(Of Byte))

Property Value

Remarks

This API is for use by the output of the System.Text.Json source generator and should not be called directly.

Applies to