Skip to content

NewtonsoftJsonCodecOptions Properties

Options for NewtonsoftJsonCodec.

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.