Click or drag to resize

DictionarySerializerT Methods

The DictionarySerializerT generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserialize(String, StringComparer, Char, Char)
Deserializes the specified string into a dictionary.
Public methodStatic memberDeserialize(String, IDictionaryString, T, StringComparer, Char, Char)
Deserializes the specified string into a dictionary.
Public methodDeserializeDictionary(String)
Deserializes the text into a dictionary.
Public methodDeserializeDictionary(TextReader)
Deserializes a TextReader into a dictionary.
Public methodDeserializeDictionary(String, IDictionaryString, T)
Deserializes the text into a dictionary.
Public methodDeserializeDictionary(TextReader, IDictionaryString, T)
Deserializes a TextReader into a dictionary.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSerialize(IDictionary, StringComparer, Char, Char)
Serializes the specified dictionary to a string.
Public methodStatic memberSerialize(IDictionaryString, T, StringComparer, Char, Char)
Serializes the specified dictionary to a string.
Public methodSerializeDictionary(IDictionary)
Serializes a dictionary to a string.
Public methodSerializeDictionary(IDictionaryString, T)
Serializes a dictionary to a string.
Public methodSerializeDictionary(TextWriter, IDictionaryString, T)
Serializes a dictionary to a writer.
Public methodSerializeDictionary(TextWriter, IDictionary)
Serializes a dictionary to a writer.
Protected methodSerializeValue
Serializes a value to a writer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUnquoteText
Unquotes a specified text.
Top
See Also