ImmutableArrayCodec<T> 类

定义

ImmutableArray<T>序列化程序。

[Orleans.RegisterSerializer]
public sealed class ImmutableArrayCodec<T> : Orleans.Serialization.Codecs.GeneralizedValueTypeSurrogateCodec<System.Collections.Immutable.ImmutableArray<T>,Orleans.Serialization.Codecs.ImmutableArraySurrogate<T>>
[<Orleans.RegisterSerializer>]
type ImmutableArrayCodec<'T> = class
    inherit GeneralizedValueTypeSurrogateCodec<ImmutableArray<'T>, ImmutableArraySurrogate<'T>>
Public NotInheritable Class ImmutableArrayCodec(Of T)
Inherits GeneralizedValueTypeSurrogateCodec(Of ImmutableArray(Of T), ImmutableArraySurrogate(Of T))

类型参数

T

元素类型。

继承
属性

构造函数

ImmutableArrayCodec<T>(IValueSerializer<ImmutableArraySurrogate<T>>)

初始化 ImmutableArrayCodec<T> 类的新实例。

方法

ConvertFromSurrogate(ImmutableArraySurrogate<T>)

ImmutableArray<T>序列化程序。

ConvertFromSurrogate(TSurrogate)

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

(继承自 GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(ImmutableArray<T>, ImmutableArraySurrogate<T>)

ImmutableArray<T>序列化程序。

ConvertToSurrogate(TField, TSurrogate)

将值转换为代理项类型。

(继承自 GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

读取值。

(继承自 GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

写入字段。

(继承自 GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>)

适用于