ReferenceTypeSurrogateCodec<TField,TSurrogate> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代理 TField
序列化程序。
public abstract class ReferenceTypeSurrogateCodec<TField,TSurrogate> : Orleans.Serialization.Codecs.IFieldCodec<TField> where TSurrogate : struct
type ReferenceTypeSurrogateCodec<'Field, 'Surrogate (requires 'Surrogate : struct)> = class
interface IFieldCodec<'Field>
interface IFieldCodec
Public MustInherit Class ReferenceTypeSurrogateCodec(Of TField, TSurrogate)
Implements IFieldCodec(Of TField)
类型参数
- TField
此类的实现支持的类型。
- TSurrogate
代理项类型序列化代替 TField
。
- 继承
-
ReferenceTypeSurrogateCodec<TField,TSurrogate>
- 实现
-
IFieldCodec IFieldCodec<TField>
构造函数
ReferenceTypeSurrogateCodec<TField,TSurrogate>(IValueSerializer<TSurrogate>) |