TomlDeserializeObject Method |
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.
|