[ Version ( since = "7.5" ) ]
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
| data |
Ini string in the form of bytes, uint8 array |
| settings |
Settings |
| Serialize.Error |
Error with ini or sub_members |