NewtonsoftJsonCodecOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |