JsonCodecOptions Class
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
Is |
Gets or sets a delegate used to determine if a type is supported by the JSON serializer for copying. |
Is |
Gets or sets a delegate used to determine if a type is supported by the JSON serializer for serialization and deserialization. |
Reader |
Gets or sets the JsonReaderOptions. |
Serializer |
Gets or sets the JsonSerializerOptions. |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |