JsonCodec 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.
A serialization codec which uses JsonSerializer.
[Orleans.Alias("json")]
public class JsonCodec : Orleans.Serialization.Cloning.IGeneralizedCopier, Orleans.Serialization.ITypeFilter, Orleans.Serialization.Serializers.IGeneralizedCodec
[<Orleans.Alias("json")>]
type JsonCodec = class
interface IGeneralizedCodec
interface IFieldCodec
interface IGeneralizedCopier
interface IDeepCopier
interface ITypeFilter
Public Class JsonCodec
Implements IGeneralizedCodec, IGeneralizedCopier, ITypeFilter
- Inheritance
-
JsonCodec
- Attributes
- Implements
Json |
Initializes a new instance of the JsonCodec class. |
Well |
The well-known type alias for this codec. |
IDeep |
Creates a deep copy of the provided untyped input. The type must still match the copier instance! |
IField |
Reads a value and returns it untyped. The type must still match the codec instance! |
IField |
Writes a field using the provided untyped value. The type must still match the codec instance! |
IGeneralized |
Determines whether the specified type is supported by this instance. |
IGeneralized |
Returns a value indicating whether the provided type is supported by this implementation. |
IType |
Determines whether the specified type is allowed to be serialized, deserialized, etcetera. |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |