Skip to content

FSharpRefCodec<T> Methods

Surrogate serializer for TField and all sub-types.

ConvertFromSurrogate(FSharpRefSurrogate<T>)

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

Parameters

surrogateFSharpRefSurrogate<T>
The surrogate.

Returns

The value.