다음을 통해 공유


SortedDictionaryCodec<TKey,TValue> 클래스

정의

에 대한 직렬 변환기입니다 SortedDictionary<TKey,TValue>.

[Orleans.RegisterSerializer]
public sealed class SortedDictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Generic.SortedDictionary<TKey,TValue>,Orleans.Serialization.Codecs.SortedDictionarySurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type SortedDictionaryCodec<'Key, 'Value> = class
    inherit GeneralizedReferenceTypeSurrogateCodec<SortedDictionary<'Key, 'Value>, SortedDictionarySurrogate<'Key, 'Value>>
Public NotInheritable Class SortedDictionaryCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of SortedDictionary(Of TKey, TValue), SortedDictionarySurrogate(Of TKey, TValue))

형식 매개 변수

TKey

키 형식입니다.

TValue

값 형식입니다.

상속
SortedDictionaryCodec<TKey,TValue>
특성

생성자

SortedDictionaryCodec<TKey,TValue>(IValueSerializer<SortedDictionarySurrogate<TKey,TValue>>)

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

메서드

ConvertFromSurrogate(SortedDictionarySurrogate<TKey,TValue>)

에 대한 직렬 변환기입니다 SortedDictionary<TKey,TValue>.

ConvertFromSurrogate(TSurrogate)

값을 서로게이트 형식에서 필드 형식으로 변환합니다.

(다음에서 상속됨 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(SortedDictionary<TKey,TValue>, SortedDictionarySurrogate<TKey,TValue>)

에 대한 직렬 변환기입니다 SortedDictionary<TKey,TValue>.

ConvertToSurrogate(TField, TSurrogate)

값을 서로게이트 형식으로 변환합니다.

(다음에서 상속됨 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

값을 읽습니다.

(다음에서 상속됨 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

필드를 씁니다.

(다음에서 상속됨 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

적용 대상