Edit

Share via


FSharpSetCodec<T> Class

Definition

[Orleans.RegisterSerializer]
public class FSharpSetCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<Microsoft.FSharp.Collections.FSharpSet<T>,Orleans.Serialization.FSharpSetSurrogate<T>>
[<Orleans.RegisterSerializer>]
type FSharpSetCodec<'T> = class
    inherit GeneralizedReferenceTypeSurrogateCodec<Set<'T>, FSharpSetSurrogate<'T>>
Public Class FSharpSetCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of FSharpSet(Of T), FSharpSetSurrogate(Of T))

Type Parameters

T
Inheritance
GeneralizedReferenceTypeSurrogateCodec<Microsoft.FSharp.Collections.FSharpSet<T>,FSharpSetSurrogate<T>>
FSharpSetCodec<T>
Attributes

Applies to