FrozenDictionaryCodec<TKey, TValue>
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Frozen.FrozenDictionary. public sealed class FrozenDictionaryCodec<TKey, TValue> : GeneralizedReferenceTypeSurrogateCodec<FrozenDictionary<TKey, TValue>, FrozenDictionarySurrogate<TKey, TValue>>Constructors
FrozenDictionaryCodec<TKey, TValue>(IValueSerializer<FrozenDictionarySurrogate<TKey, TValue>>)Initializes a new instance of theOrleans.Serialization.Codecs.FrozenDictionaryCodecclass.
Methods
ConvertFromSurrogate(FrozenDictionarySurrogate<TKey, TValue>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(FrozenDictionary<TKey, TValue>, FrozenDictionarySurrogate<TKey, TValue>)Converts a value to the surrogate type.
