FSharpSetCodec<T>
class
Namespace: Orleans.Serialization
Serializer for
Microsoft.FSharp.Collections.FSharpSet. public class FSharpSetCodec<T> : GeneralizedReferenceTypeSurrogateCodec<FSharpSet<T>, FSharpSetSurrogate<T>>Constructors
FSharpSetCodec<T>(IValueSerializer<FSharpSetSurrogate<T>>)Initializes a new instance of theOrleans.Serialization.FSharpSetCodecclass.
Methods
ConvertFromSurrogate(FSharpSetSurrogate<T>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(FSharpSet<T>, FSharpSetSurrogate<T>)Converts a value to the surrogate type.
