NameValueCollectionCodec
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Specialized.NameValueCollection. public sealed class NameValueCollectionCodec : GeneralizedReferenceTypeSurrogateCodec<NameValueCollection, NameValueCollectionSurrogate>Constructors
NameValueCollectionCodec(IValueSerializer<NameValueCollectionSurrogate>)Initializes a new instance of theNameValueCollectionCodecclass.
Methods
ConvertFromSurrogate(NameValueCollectionSurrogate)Converts a value from the surrogate type to the field type.ConvertToSurrogate(NameValueCollection, NameValueCollectionSurrogate)Converts a value to the surrogate type.
