Skip to content

SortedSetCodec<T> Methods

Serializer for System.Collections.Generic.SortedSet.

ConvertFromSurrogate(SortedSetSurrogate<T>)

override
View source
public override SortedSet<T> ConvertFromSurrogate(ref SortedSetSurrogate<T> surrogate)
Converts a value from the surrogate type to the field type.

Parameters

surrogateSortedSetSurrogate<T>
The surrogate.

Returns

The value.