AbstractTypeSerializer<TField> 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.
Serializer for types which are abstract and therefore cannot be instantiated themselves, such as abstract classes and interface types.
public class AbstractTypeSerializer<TField> : Orleans.Serialization.Serializers.AbstractTypeSerializer, Orleans.Serialization.Codecs.IFieldCodec<TField>, Orleans.Serialization.Serializers.IBaseCodec<TField> where TField : class
type AbstractTypeSerializer<'Field (requires 'Field : null)> = class
inherit AbstractTypeSerializer
interface IFieldCodec<'Field (requires 'Field : null)>
interface IFieldCodec
interface IBaseCodec<'Field (requires 'Field : null)>
interface IBaseCodec
Public Class AbstractTypeSerializer(Of TField)
Inherits AbstractTypeSerializer
Implements IBaseCodec(Of TField), IFieldCodec(Of TField)
Type Parameters
- TField
- Inheritance
- Derived
- Implements
Constructors
AbstractTypeSerializer<TField>() |