Skip to content

FSharpRefCodec<T> Constructors

Serializer for Microsoft.FSharp.Core.FSharpRef.

FSharpRefCodec<T>(IValueSerializer<FSharpRefSurrogate<T>>)

View source
public FSharpRefCodec(IValueSerializer<FSharpRefSurrogate<T>> surrogateSerializer)
Initializes a new instance of the Orleans.Serialization.FSharpRefCodec class.

Parameters

surrogateSerializerIValueSerializer<FSharpRefSurrogate<T>>
The serializer for the surrogate representation.