اقرأ باللغة الإنجليزية

مشاركة عبر


JsonUInt32ReaderWriter Class

Definition

Reads and writes JSON for uint values.

C#
public sealed class JsonUInt32ReaderWriter : Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter<uint>
Inheritance

Properties

ConstructorExpression

The expression representing construction of this object.

ConstructorExpression

The expression representing construction of this object.

(Inherited from JsonValueReaderWriter)
Instance

The singleton instance of this stateless reader/writer.

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, TValue)

Writes the value to JSON.

(Inherited from JsonValueReaderWriter<TValue>)
ToJsonTyped(Utf8JsonWriter, UInt32)

Writes the value to JSON.

Applies to

منتج الإصدارات
Entity Framework Core 8.0, 9.0