Skip to content

JsonCodecOptions

class

Namespace: Orleans.Serialization

Options for JsonCodec.
public class 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 System.Text.Json.JsonReaderOptions.
  • SerializerOptions Gets or sets the System.Text.Json.JsonSerializerOptions.
  • WriterOptions Gets or sets the System.Text.Json.JsonWriterOptions.