JsonCodecOptions 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 JsonCodec.
public class JsonCodecOptions
type JsonCodecOptions = class
Public Class JsonCodecOptions
- Inheritance
-
JsonCodecOptions
Constructors
JsonCodecOptions() |
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. |
ReaderOptions |
Gets or sets the JsonReaderOptions. |
SerializerOptions |
Gets or sets the JsonSerializerOptions. |