TomlConvert
Namespace: uModConfigurationToml
Assembly: uMod.Core.dll
Inheritance Object TomlConvert
Summary
Convert between objects and TOML content
Static Methods
Name | Summary |
|---|---|
Deserialize the specified TOML string to a generic object | |
Deserialize the specified TOML string to the specified type | |
DeserializeObject< | |
DeserializeObject ( | |
Populate the specified object with the specified TOML content | |
PopulateObject ( | |
Serialize a generic object to a TOML string | |
Serialize an object to a TOML string |