TomlFile<T>
Assembly: uMod.Core.dll
Inheritance ObjectDataFileTomlFile TomlFile
Implements IDataFile, IDataObject, IDataFile<T>
Summary
Represents a generic TOML file
Constructors
Name | Summary |
|---|---|
TomlFile ( | Create a new TOML file |
Properties
Name | Summary |
|---|---|
Object | Generic object data |
ObjectType | Object type |
Methods
Name | Summary |
|---|---|
As< | Converts data file to specified type |
Convert ( | Convert TOML file to specified data format |
Convert< | Converts data file to specified data format with data file cast |
FromString ( | Deserialize object from TOML string |
LoadAsync () | Load TOML file asynchronously |
LoadFile () | |
SaveAsync () | Save TOML file asynchronously |
SaveFile () | |
ToString () | Serialize object as TOML string |