Skip to content

FSharpListCodec<T> Methods

Surrogate serializer for TField and all sub-types.

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.