Skip to content

NewtonsoftJsonCodecOptions

class

Namespace: Orleans.Serialization

Options for NewtonsoftJsonCodec.
public class NewtonsoftJsonCodecOptions

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.
  • SerializerSettings Gets or sets the Newtonsoft.Json.JsonSerializerSettings.