편집

다음을 통해 공유


JsonCodecOptions Class

Definition

Options for JsonCodec.

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

Constructors

Name Description
JsonCodecOptions()

Properties

Name Description
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.

WriterOptions

Gets or sets the JsonWriterOptions.

Applies to