Compartir a través de


JsonCollectionOfReferencesReaderWriter<TConcreteCollection,TElement> Class

Definition

A JsonValueReaderWriter<TValue> for collections of primitive elements that are reference types. />.

public class JsonCollectionOfReferencesReaderWriter<TConcreteCollection,TElement> : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter<object>, Microsoft.EntityFrameworkCore.Storage.Internal.ICompositeJsonValueReaderWriter where TElement : class
type JsonCollectionOfReferencesReaderWriter<'ConcreteCollection, 'Element (requires 'Element : null)> = class
    inherit JsonValueReaderWriter<obj>
    interface ICompositeJsonValueReaderWriter
Public Class JsonCollectionOfReferencesReaderWriter(Of TConcreteCollection, TElement)
Inherits JsonValueReaderWriter(Of Object)
Implements ICompositeJsonValueReaderWriter

Type Parameters

TConcreteCollection

The collection type to create an index of, if needed.

TElement

The element type.

Inheritance
JsonCollectionOfReferencesReaderWriter<TConcreteCollection,TElement>
Implements
Microsoft.EntityFrameworkCore.Storage.Internal.ICompositeJsonValueReaderWriter

Constructors

JsonCollectionOfReferencesReaderWriter<TConcreteCollection,TElement>(JsonValueReaderWriter)

Creates a new instance of this collection reader/writer, using the given reader/writer for its elements.

Properties

ConstructorExpression

The expression representing construction of this object.

ValueType

The type of the value being read/written.

(Inherited from JsonValueReaderWriter<TValue>)

Methods

FromJson(Utf8JsonReaderManager, Object)

Reads the value from a UTF8 JSON stream or buffer.

(Inherited from JsonValueReaderWriter<TValue>)
FromJsonString(String, Object)

Reads the value from JSON in a string.

(Inherited from JsonValueReaderWriter)
FromJsonTyped(Utf8JsonReaderManager, Object)

Reads the value from JSON.

ToJson(Utf8JsonWriter, Object)

Writes the value to JSON.

(Inherited from JsonValueReaderWriter<TValue>)
ToJsonString(Object)

Writes the value to a JSON string.

(Inherited from JsonValueReaderWriter)
ToJsonTyped(Utf8JsonWriter, Object) System.Object.ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Object)
ToJsonTyped(Utf8JsonWriter, TValue)

Writes the value to JSON.

(Inherited from JsonValueReaderWriter<TValue>)

Explicit Interface Implementations

ICompositeJsonValueReaderWriter.InnerReaderWriter

Applies to