FSharpMapCodec<TKey, TValue>
class
Namespace: Orleans.Serialization
Surrogate serializer for
TField and all sub-types. public class FSharpMapCodec<TKey, TValue> : GeneralizedReferenceTypeSurrogateCodec<FSharpMap<TKey, TValue>, FSharpMapSurrogate<TKey, TValue>>Constructors
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.
