FSharpListCodec<T>
class
Namespace: Orleans.Serialization
Surrogate serializer for
TField and all sub-types. public class FSharpListCodec<T> : GeneralizedReferenceTypeSurrogateCodec<FSharpList<T>, FSharpListSurrogate<T>>Constructors
Methods
ConvertFromSurrogate(FSharpListSurrogate<T>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(FSharpList<T>, FSharpListSurrogate<T>)Converts a value to the surrogate type.
