Szerkesztés

Megosztás a következőn keresztül:


JsonCodecOptions Class

Definition

Options for JsonCodec.

public class JsonCodecOptions
type JsonCodecOptions = class
Public Class JsonCodecOptions
Inheritance
JsonCodecOptions

Constructors

JsonCodecOptions()

Properties

IsCopyableType

Gets or sets a delegate used to determine if a type is supported by the JSON serializer for copying.

IsSerializableType

Gets or sets a delegate used to determine if a type is supported by the JSON serializer for serialization and deserialization.

ReaderOptions

Gets or sets the JsonReaderOptions.

SerializerOptions

Gets or sets the JsonSerializerOptions.

Applies to