TomlConvert

Namespace: uModConfigurationToml

Assembly: uMod.Core.dll

Inheritance Object TomlConvert

Summary

Convert between objects and TOML content

Static Methods

Name

Summary

DeserializeObject<T> (String)

Deserialize the specified TOML string to a generic object

DeserializeObject (String, Type)

Deserialize the specified TOML string to the specified type

DeserializeObject<T> (String, out IEnumerable<Exception>)

DeserializeObject (String, Type, out IEnumerable<Exception>)

PopulateObject (String, Object)

Populate the specified object with the specified TOML content

PopulateObject (String, Object, out IEnumerable<Exception>)

SerializeObject<T> (T)

Serialize a generic object to a TOML string

SerializeObject (Object, Type)

Serialize an object to a TOML string