JsonCodecOptions Class

Definition

Options for JsonCodec.

C#
public class JsonCodecOptions
Inheritance
JsonCodecOptions

Constructors

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

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0