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>
派生
实现

构造函数

GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>(IValueSerializer<TSurrogate>)

初始化 GeneralizedValueTypeSurrogateCodec<TField,TSurrogate> 类的新实例。

方法

ConvertFromSurrogate(TSurrogate)

将值从代理项类型转换为字段类型。

ConvertToSurrogate(TField, TSurrogate)

将值转换为代理项类型。

ReadValue<TInput>(Reader<TInput>, Field)

读取值。

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

写入字段。

适用于