[Simple-support] How to add support for Object[] to a Transform?
Brought to you by:
niallg
|
From: Marco L. <mar...@ya...> - 2011-09-27 22:41:15
|
I have a collection of value coming from a database, the generic record should be used for more than one table. So I decide to use a Object[] to load values. But seems that this is not suported. The problem is a bit more complicated: some value of the Object[] are Object[]. There is a way to add this Transform/Visitor? Thx. Mar |