FSharpRefCodec<T>
class
Namespace: Orleans.Serialization
Serializer for
Microsoft.FSharp.Core.FSharpRef. public class FSharpRefCodec<T> : GeneralizedReferenceTypeSurrogateCodec<FSharpRef<T>, FSharpRefSurrogate<T>>Constructors
FSharpRefCodec<T>(IValueSerializer<FSharpRefSurrogate<T>>)Initializes a new instance of theOrleans.Serialization.FSharpRefCodecclass.
Methods
ConvertFromSurrogate(FSharpRefSurrogate<T>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(FSharpRef<T>, FSharpRefSurrogate<T>)Converts a value to the surrogate type.
