FSharpMapCodec<TKey, TValue>
class
Namespace: Orleans.Serialization
Serializer for
Microsoft.FSharp.Collections.FSharpMap. public class FSharpMapCodec<TKey, TValue> : GeneralizedReferenceTypeSurrogateCodec<FSharpMap<TKey, TValue>, FSharpMapSurrogate<TKey, TValue>>Constructors
FSharpMapCodec<TKey, TValue>(IValueSerializer<FSharpMapSurrogate<TKey, TValue>>)Initializes a new instance of theOrleans.Serialization.FSharpMapCodecclass.
Methods
ConvertFromSurrogate(FSharpMapSurrogate<TKey, TValue>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(FSharpMap<TKey, TValue>, FSharpMapSurrogate<TKey, TValue>)Converts a value to the surrogate type.
