Skip to content

FSharpListCodec<T> Methods

Serializer for Microsoft.FSharp.Collections.FSharpList.

ConvertFromSurrogate(FSharpListSurrogate<T>)

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

Parameters

surrogateFSharpListSurrogate<T>
The surrogate.

Returns

The value.