次の方法で共有


ImmutableSortedSetCodec<T> クラス

定義

ImmutableSortedSet<T>シリアライザー。

[Orleans.RegisterSerializer]
public sealed class ImmutableSortedSetCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Immutable.ImmutableSortedSet<T>,Orleans.Serialization.Codecs.ImmutableSortedSetSurrogate<T>>
[<Orleans.RegisterSerializer>]
type ImmutableSortedSetCodec<'T> = class
    inherit GeneralizedReferenceTypeSurrogateCodec<ImmutableSortedSet<'T>, ImmutableSortedSetSurrogate<'T>>
Public NotInheritable Class ImmutableSortedSetCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ImmutableSortedSet(Of T), ImmutableSortedSetSurrogate(Of T))

型パラメーター

T

要素型。

継承
属性

コンストラクター

ImmutableSortedSetCodec<T>(IValueSerializer<ImmutableSortedSetSurrogate<T>>)

ImmutableSortedSetCodec<T> クラスの新しいインスタンスを初期化します。

メソッド

ConvertFromSurrogate(ImmutableSortedSetSurrogate<T>)

ImmutableSortedSet<T>シリアライザー。

ConvertFromSurrogate(TSurrogate)

値をサロゲート型からフィールド型に変換します。

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(ImmutableSortedSet<T>, ImmutableSortedSetSurrogate<T>)

ImmutableSortedSet<T>シリアライザー。

ConvertToSurrogate(TField, TSurrogate)

値をサロゲート型に変換します。

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

値を読み取ります。

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

フィールドを書き込みます。

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

適用対象