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 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 methodStatic memberUnquoteText
Unquotes a specified text.
Top
See Also