Click or drag to resize
Toml Class
Provides methods for converting between XElement and TOML.
Inheritance Hierarchy
SystemObject
  HyperTomlProcessorToml

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class Toml

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
Properties
  NameDescription
Public propertyStatic memberV03
Gets the Toml instance for TOML v0.3.0.
Public propertyStatic memberV04
Gets the Toml instance for TOML v0.4.0.
Public propertyVersion
Gets the TOML version.
Top
See Also