Skip to content

ReadOnlyCollectionCodec<T> Methods

Serializer for System.Collections.ObjectModel.ReadOnlyCollection.

ConvertFromSurrogate(ReadOnlyCollectionSurrogate<T>)

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

Parameters

surrogateReadOnlyCollectionSurrogate<T>
The surrogate.

Returns

The value.