libZI News
Brought to you by:
khanreaper
libZI's development took an interesting turn away from using traditional function calls to store data (i.e., xiWriteString("Some key", "My Value"); ) to an object oriented approach using the "ziKey" class. The traditional method of using function calls will still remain in future libZI releases because the ziKey class makes use of them. Currently, libZI provides the ziKey class to developers as a solution for it will contain useful features without the confusion of the function calls.
ps: One should expect to see error reporting and serialization classes in the future releases.
- KhanReaper