편집

다음을 통해 공유


NewtonsoftJsonCodecOptions Class

Definition

Options for NewtonsoftJsonCodec.

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

Constructors

Name Description
NewtonsoftJsonCodecOptions()

Properties

Name Description
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