Package com.codename1.mapping
package com.codename1.mapping
Runtime entry points for the build-time JSON / XML mapping framework.
@Mapped classes get a generated Mapper at build time; application code
reaches it via Mappers.toJson / Mappers.fromJson / Mappers.toXml /
Mappers.fromXml.