I'm not sure what you are trying to do... the GenericValue object _is_ a Map, or in other words it implements the Map interface.
-David On Aug 28, 2006, at 7:59 AM, Chris Howe wrote:
Is it possible to convert a GenericValue to a Map or HashMap? It seems that minilang doesn't actually convert, it takes the GenericValue and simply returns the GenericValue untouched in ObjectType.java circa line 863.
