Deserialize(Type, String) | Method to load the configuration from the specified string. Creates a new object. |
DeserializeT(String) | Generic method to load the configuration from the specified string. Creates a new object. |
DeserializeT(String, T) | Method to load the configuration from the specified string. Populates an existing object. |