#Codename One Data Utilities
A utilitiy library for Codename One for managing data conversions.
This library is intended to be used along with the Codename One Reflection Utilities Project. This library provides a set of APIs for assisting with data conversions, such as JSON parsing, and reflection. However, the classes and interfaces in this package are mostly abstract and require concrete instances to manually created (which is tedious) or for you to use mirah macros defined in the Codename One Reflection Utilities Project to generate concrete instances for you.
##License
Apache 2.o
##Requirements
Codename One 1.0 or Higher
##Installation
- Download the latest CNDataMapper2.cn1lib release and copy it into the
lib
directory of your Codename One project. - Refresh Libs. E.g. In Netbeans you would right click on the project node in the project explorer and select "Refresh Libs" form the context menu.
- You may also need to perform a clean & build before the classes will show up.
- Install the CN1MirahJSON-macros.jar from the Codename One Reflection Utilities Project to get the full experience.
##Usage
See Codename One Reflection Utilities Project
Also check out Javadocs
##Credits
- Developed and maintained by Steve Hannah