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