JsonSyncFile
Assembly: uMod.Core.dll
Inheritance ObjectDataFileJsonFile JsonSyncFile
Implements IDataFile, IDataObject, IEnumerable<KeyValuePair<String, Object>>, IEnumerable
Summary
Represents a json synchronized file
Constructors
Name | Summary |
|---|---|
JsonSyncFile ( | Create a new json synchronized file with optional serializer settings |
Properties
Name | Summary |
|---|---|
Item [ | Gets or sets a setting on this config by key |
Item [ | Gets or sets a setting on this config by key |
Item [ | Gets or sets a setting on this config by key |
Methods
Name | Summary |
|---|---|
Clear () | Clears this config |
FromString ( | Deserialize data from json string |
Gets a configuration value at the specified path and converts it to the specified type | |
Get ( | Gets a configuration value at the specified path |
GetEnumerator () | |
LoadFile () | Load json file |
Remove ( | |
SaveFile () | Save json file |
Set ( | Sets a configuration value at the specified path |
ToString () | Serialize data to json string |