FSharpListCodec<T>
class
Namespace: Orleans.Serialization
Serializer for
Microsoft.FSharp.Collections.FSharpList. public class FSharpListCodec<T> : GeneralizedReferenceTypeSurrogateCodec<FSharpList<T>, FSharpListSurrogate<T>>Constructors
FSharpListCodec<T>(IValueSerializer<FSharpListSurrogate<T>>)Initializes a new instance of theOrleans.Serialization.FSharpListCodecclass.
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.
