DataFile<T>
Assembly: uMod.Core.dll
Inheritance ObjectDataFile DataFile
Implements IDataFile, IDataObject, IDataFile<T>
Summary
Represents a data file that serializes/deserializes to a generic type
Properties
Name | Summary |
|---|---|
Object | Gets or sets the object |
ObjectType | Gets or sets the object type |
Methods
Name | Summary |
|---|---|
As< | Converts DataFile to a DataFile of the specified type |
Convert ( | Convert data file to specified data format |
Convert< | Converts data file to specified data format with data file cast |
LoadAsync () | Load data file asynchronously |
LoadFile () | Load data file asynchronously |
SaveAsync () | Save data file asynchronously |
SaveFile () | Save data file asynchronously |