SerME - Database for mobile applications
SerME is very simple serialization and persistence library. It is intended to be used at J2ME (MIDP 1.0 and MIDP 2.0) which is not providing reflection and serialization capabilities. SerMe is able to store data using two APIs: (1) - RMS (javax.miroedition.rms) is standard for J2ME an dincluded in MIDP 1.0, (2) - using files, which are supported by javax.miroedition.io.file package which is optional package for MIDP 2.0 implemented mostly on smartphones and PDA devices.