IniWorker.from_data
Description:
public IniWorker.from_data (
owned uint8[] data,
Settings? settings =
null)
throws Error
Performs initialization for deserialization. Accepts a ini string in the form of bytes, an
uint8 array. In case of a parsing error
Parameters:
| data |
Ini string in the form of bytes, uint8 array
|
| settings |
Settings
|
Exceptions:
| Serialize.Error |
Error with ini or sub_members
|