GeneralizedValueTypeSurrogateCodec<TField,TSurrogate> 类

定义

TField 所有子类型的代理序列化程序。

public abstract class GeneralizedValueTypeSurrogateCodec<TField,TSurrogate> : Orleans.Serialization.Codecs.IFieldCodec<TField> where TField : struct where TSurrogate : struct
type GeneralizedValueTypeSurrogateCodec<'Field, 'Surrogate (requires 'Field : struct and 'Surrogate : struct)> = class
    interface IFieldCodec<'Field (requires 'Field : struct)>
    interface IFieldCodec
Public MustInherit Class GeneralizedValueTypeSurrogateCodec(Of TField, TSurrogate)
Implements IFieldCodec(Of TField)

类型参数

TField

此类的实现支持的类型。

TSurrogate

代理项类型序列化代替 TField

继承
GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>
派生
实现

适用于