Click or drag to resize
TomlDeserializeObject Method
Overload List
  NameDescription
Public methodDeserializeObjectT(IEnumerableChar, FuncDataContractJsonSerializer)
Deserializes the TOML to the specified type.
Public methodDeserializeObjectT(IEnumerableChar, DataContractJsonSerializerSettings)
Deserializes the TOML to the specified type.
Public methodDeserializeObjectT(Stream, FuncDataContractJsonSerializer)
Deserializes the TOML to the specified type.
Public methodDeserializeObjectT(Stream, DataContractJsonSerializerSettings)
Deserializes the TOML to the specified type.
Public methodDeserializeObjectT(TextReader, FuncDataContractJsonSerializer)
Deserializes the TOML to the specified type.
Public methodDeserializeObjectT(TextReader, DataContractJsonSerializerSettings)
Deserializes the TOML to the specified type.
Public methodStatic memberDeserializeObjectT(XElement, FuncDataContractJsonSerializer)
Deserializes the TOML to the specified type.
Public methodStatic memberDeserializeObjectT(XElement, DataContractJsonSerializerSettings)
Deserializes the TOML to the specified type.
Top
See Also