Edit

Share via


NewtonsoftJsonCodecOptions.IsSerializableType Property

Definition

Gets or sets a delegate used to determine if a type is supported by the JSON serializer for serialization and deserialization.

public Func<Type,bool?> IsSerializableType { get; set; }
member this.IsSerializableType : Func<Type, Nullable<bool>> with get, set
Public Property IsSerializableType As Func(Of Type, Nullable(Of Boolean))

Property Value

Applies to