DictionarySerializerT Class |
Namespace: ShellBoost.Core.Utilities
public class DictionarySerializer<T>
The DictionarySerializerT type exposes the following members.
Name | Description | |
---|---|---|
DictionarySerializerT |
Initializes a new instance of the DictionarySerializerT class.
|
Name | Description | |
---|---|---|
Assignment |
Gets or sets the assignment character.
| |
Separator |
Gets or sets the separator character.
| |
StringComparer |
Gets or sets the string comparer to use for dictionary keys.
| |
Unquote |
Gets or sets a value indicating whether this instance should unquote texts.
|
Name | Description | |
---|---|---|
Deserialize(String, StringComparer, Char, Char) |
Deserializes the specified string into a dictionary.
| |
Deserialize(String, IDictionaryString, T, StringComparer, Char, Char) |
Deserializes the specified string into a dictionary.
| |
DeserializeDictionary(String) |
Deserializes the text into a dictionary.
| |
DeserializeDictionary(TextReader) |
Deserializes a TextReader into a dictionary.
| |
DeserializeDictionary(String, IDictionaryString, T) |
Deserializes the text into a dictionary.
| |
DeserializeDictionary(TextReader, IDictionaryString, T) |
Deserializes a TextReader into a dictionary.
| |
Serialize(IDictionary, StringComparer, Char, Char) |
Serializes the specified dictionary to a string.
| |
Serialize(IDictionaryString, T, StringComparer, Char, Char) |
Serializes the specified dictionary to a string.
| |
SerializeDictionary(IDictionary) |
Serializes a dictionary to a string.
| |
SerializeDictionary(IDictionaryString, T) |
Serializes a dictionary to a string.
| |
SerializeDictionary(TextWriter, IDictionaryString, T) |
Serializes a dictionary to a writer.
| |
SerializeDictionary(TextWriter, IDictionary) |
Serializes a dictionary to a writer.
| |
SerializeValue |
Serializes a value to a writer.
| |
UnquoteText |
Unquotes a specified text.
|
Name | Description | |
---|---|---|
DefaultAssignment |
Defines the default assignment character.
| |
DefaultSeparator |
Defines the default separator character.
| |
DefaultStringComparer |
The default string comparer to use.
|