Click or drag to resize
Toml Methods

The Toml type exposes the following members.

Methods
  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.
Public methodDeserializeXElement(IEnumerableChar)
Deserializes the TOML to an XElement.
Public methodDeserializeXElement(Stream)
Deserializes the TOML to an XElement.
Public methodDeserializeXElement(TextReader)
Deserializes the TOML to an XElement.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeObject(Object, FuncDataContractJsonSerializer)
Serializes the specified object to a TOML string.
Public methodSerializeObject(Object, DataContractJsonSerializerSettings)
Serializes the specified object to a TOML string.
Public methodSerializeObject(Stream, Object, FuncDataContractJsonSerializer)
Serializes the specified object to TOML.
Public methodSerializeObject(Stream, Object, DataContractJsonSerializerSettings)
Serializes the specified object to TOML.
Public methodSerializeObject(TextWriter, Object, FuncDataContractJsonSerializer)
Serializes the specified object to TOML.
Public methodSerializeObject(TextWriter, Object, DataContractJsonSerializerSettings)
Serializes the specified object to TOML.
Public methodSerializeXElement(XElement)
Serializes the XElement to a TOML string.
Public methodSerializeXElement(Stream, XElement)
Serializes the XElement to TOML.
Public methodSerializeXElement(TextWriter, XElement)
Serializes the XElement to TOML.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also