Skip to content

SortedDictionaryCodec<TKey, TValue> Methods

Serializer for System.Collections.Generic.SortedDictionary.

ConvertFromSurrogate(SortedDictionarySurrogate<TKey, TValue>)

override
View source
public override SortedDictionary<TKey, TValue> SortedDictionaryCodec<TKey, ConvertFromSurrogate(ref SortedDictionarySurrogate<TKey, TValue> surrogate)
Converts a value from the surrogate type to the field type.

Parameters

surrogateSortedDictionarySurrogate<TKey, TValue>
The surrogate.

Returns

The value.