FSharpSetCodec<T>
class
Namespace: Orleans.Serialization
Surrogate serializer for
TField and all sub-types. public class FSharpSetCodec<T> : GeneralizedReferenceTypeSurrogateCodec<FSharpSet<T>, FSharpSetSurrogate<T>>Constructors
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.
