[Simple-support] custom transformers
Brought to you by:
niallg
|
From: Vladimir <kov...@ma...> - 2007-12-12 11:56:41
|
I'd like to employ custom transformers for:
1. Field or property of type java.lang.Object
(Framework is able to serialize the field as follows:
<my-field class="java.lang.String">value of my-field</my-field>
It raises TransformException when deserializing.)
2. Third-party clases with read-only access.
|