次の方法で共有


SortedSetCodec<T> クラス

定義

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

[Orleans.RegisterSerializer]
public sealed class SortedSetCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Generic.SortedSet<T>,Orleans.Serialization.Codecs.SortedSetSurrogate<T>>
[<Orleans.RegisterSerializer>]
type SortedSetCodec<'T> = class
    inherit GeneralizedReferenceTypeSurrogateCodec<SortedSet<'T>, SortedSetSurrogate<'T>>
Public NotInheritable Class SortedSetCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of SortedSet(Of T), SortedSetSurrogate(Of T))

型パラメーター

T

要素型。

継承
属性

コンストラクター

SortedSetCodec<T>(IValueSerializer<SortedSetSurrogate<T>>)

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

メソッド

ConvertFromSurrogate(SortedSetSurrogate<T>)

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

ConvertFromSurrogate(TSurrogate)

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

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(SortedSet<T>, SortedSetSurrogate<T>)

SortedSet<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>)

適用対象