Closed nguyenthanhliemfc closed 7 years ago
Settings are for simple properties, not full structures. You could save it into a string via json if you needed too, however not recommended.
If you need to store a lot of data, you should create a database: https://github.com/praeclarum/sqlite-net
I have an Object HUMAN: EyesColor, HairColor, Name, Tall How to store setting is HUMAN Object or I must create one by one properties of HUMAN?