General
When working on Json-lib's ability to transform a JSON String back into a java bean, I needed support for multidimensional arrays. Of all the projects mentioned on the front page, none of the provided that feature.
[top] |
Inspecting each ot the projects mentioned on the front page gives the following:
[top] |
You'll probably want to create an ObjectMorpher and
perhaps provide a default value when an excepcional cause
occurs, if so you may extend
AbstractObjectMorpher
, if not then implement
ObjectMorpher
right away. Be careful when implementing your Morpher and
follow the contracts of
morpsTo()
and
supports( Class )
. If done improperly, the MorpherRegistry and the
ArrayMorphers would probaly handle your Morpher
incorrectly.
[top] |
My GIMP-fu is very rusty. I'm open to suggestions. =-)
[top] |
The SintaxHighlighter is availabe from Alex Gorbatchev at http://www.dreamprojections.com/SyntaxHighlighter .
[top] |