다음을 통해 공유


SortedDictionaryCodec<TKey,TValue> 생성자

정의

SortedDictionaryCodec<TKey,TValue> 클래스의 새 인스턴스를 초기화합니다.

public SortedDictionaryCodec (Orleans.Serialization.Serializers.IValueSerializer<Orleans.Serialization.Codecs.SortedDictionarySurrogate<TKey,TValue>> surrogateSerializer);
new Orleans.Serialization.Codecs.SortedDictionaryCodec<'Key, 'Value> : Orleans.Serialization.Serializers.IValueSerializer<Orleans.Serialization.Codecs.SortedDictionarySurrogate<'Key, 'Value>> -> Orleans.Serialization.Codecs.SortedDictionaryCodec<'Key, 'Value>
Public Sub New (surrogateSerializer As IValueSerializer(Of SortedDictionarySurrogate(Of TKey, TValue)))

매개 변수

surrogateSerializer
IValueSerializer<SortedDictionarySurrogate<TKey,TValue>>

서로게이트 직렬 변환기입니다.

적용 대상