DictionarySerializerT Class |
Namespace: callback.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.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | 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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | 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.
|