Skip to content

JsonCodecOptions Properties

Options for JsonCodec.

IsCopyableType

getset
View source
public Func<Type, bool?> IsCopyableType
Gets or sets a delegate used to determine if a type is supported by the JSON serializer for copying.

IsSerializableType

getset
View source
public Func<Type, bool?> IsSerializableType
Gets or sets a delegate used to determine if a type is supported by the JSON serializer for serialization and deserialization.

ReaderOptions

getset
View source
public JsonReaderOptions ReaderOptions
Gets or sets the System.Text.Json.JsonReaderOptions.

WriterOptions

getset
View source
public JsonWriterOptions WriterOptions
Gets or sets the System.Text.Json.JsonWriterOptions.