EZMorph 1.0.4 (Default branch) |
|
|
Saturday November 10, 2007. 02:28 PM FreshMeat
EZMorph is simple Java library for transforming an
Object to another Object. It supports
transformations for primitives, Objects, and
multidimensional arrays, compatibility with JDK
1.3.1, and small memory footprint (~76K). It began
life as the converter package in Json-lib but
became a project on its own.
License: The Apache License 2.0
Changes:
This release adds three new morphers and assertions on Lists, and fixes an important bug when multiple morphers are registered.
|