NewtonsoftJsonCodecOptions Class

Definition

Options for NewtonsoftJsonCodec.

public class NewtonsoftJsonCodecOptions
type NewtonsoftJsonCodecOptions = class
Public Class NewtonsoftJsonCodecOptions
Inheritance
NewtonsoftJsonCodecOptions

Constructors

NewtonsoftJsonCodecOptions()

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.

Applies to