JsonCodecOptions
class
Namespace: Orleans.Serialization
Options for
JsonCodec. public class JsonCodecOptionsConstructors
Properties
IsCopyableTypeGets or sets a delegate used to determine if a type is supported by the JSON serializer for copying.IsSerializableTypeGets or sets a delegate used to determine if a type is supported by the JSON serializer for serialization and deserialization.ReaderOptionsGets or sets theSystem.Text.Json.JsonReaderOptions.SerializerOptionsGets or sets theSystem.Text.Json.JsonSerializerOptions.WriterOptionsGets or sets theSystem.Text.Json.JsonWriterOptions.
