| Toml Methods |
The Toml type exposes the following members.
| Name | Description | |
|---|---|---|
| DeserializeObjectT(IEnumerableChar, FuncDataContractJsonSerializer) |
Deserializes the TOML to the specified type.
| |
| DeserializeObjectT(IEnumerableChar, DataContractJsonSerializerSettings) |
Deserializes the TOML to the specified type.
| |
| DeserializeObjectT(Stream, FuncDataContractJsonSerializer) |
Deserializes the TOML to the specified type.
| |
| DeserializeObjectT(Stream, DataContractJsonSerializerSettings) |
Deserializes the TOML to the specified type.
| |
| DeserializeObjectT(TextReader, FuncDataContractJsonSerializer) |
Deserializes the TOML to the specified type.
| |
| DeserializeObjectT(TextReader, DataContractJsonSerializerSettings) |
Deserializes the TOML to the specified type.
| |
| DeserializeObjectT(XElement, FuncDataContractJsonSerializer) |
Deserializes the TOML to the specified type.
| |
| DeserializeObjectT(XElement, DataContractJsonSerializerSettings) |
Deserializes the TOML to the specified type.
| |
| DeserializeXElement(IEnumerableChar) |
Deserializes the TOML to an XElement.
| |
| DeserializeXElement(Stream) |
Deserializes the TOML to an XElement.
| |
| DeserializeXElement(TextReader) |
Deserializes the TOML to an XElement.
| |
| Equals | (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 a hash function for a particular type. (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.) | |
| SerializeObject(Object, FuncDataContractJsonSerializer) |
Serializes the specified object to a TOML string.
| |
| SerializeObject(Object, DataContractJsonSerializerSettings) |
Serializes the specified object to a TOML string.
| |
| SerializeObject(Stream, Object, FuncDataContractJsonSerializer) |
Serializes the specified object to TOML.
| |
| SerializeObject(Stream, Object, DataContractJsonSerializerSettings) |
Serializes the specified object to TOML.
| |
| SerializeObject(TextWriter, Object, FuncDataContractJsonSerializer) |
Serializes the specified object to TOML.
| |
| SerializeObject(TextWriter, Object, DataContractJsonSerializerSettings) |
Serializes the specified object to TOML.
| |
| SerializeXElement(XElement) |
Serializes the XElement to a TOML string.
| |
| SerializeXElement(Stream, XElement) |
Serializes the XElement to TOML.
| |
| SerializeXElement(TextWriter, XElement) |
Serializes the XElement to TOML.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |