FrozenSetCodec<T>
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Frozen.FrozenSet. public sealed class FrozenSetCodec<T> : GeneralizedReferenceTypeSurrogateCodec<FrozenSet<T>, FrozenSetSurrogate<T>>Constructors
FrozenSetCodec<T>(IValueSerializer<FrozenSetSurrogate<T>>)Initializes a new instance of theOrleans.Serialization.Codecs.FrozenSetCodecclass.
Methods
ConvertFromSurrogate(FrozenSetSurrogate<T>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(FrozenSet<T>, FrozenSetSurrogate<T>)Converts a value to the surrogate type.
