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