Skip to content

FSharpSetCodec<T> Constructors

Serializer for Microsoft.FSharp.Collections.FSharpSet.

FSharpSetCodec<T>(IValueSerializer<FSharpSetSurrogate<T>>)

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

Parameters

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