GeneralizedValueTypeSurrogateCodec<TField,TSurrogate> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
和 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>
- 派生
- 实现
-
IFieldCodec IFieldCodec<TField>
构造函数
GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>(IValueSerializer<TSurrogate>) |
初始化 GeneralizedValueTypeSurrogateCodec<TField,TSurrogate> 类的新实例。 |