On Tuesday 02 July 2002 09:45, Scott Nichol wrote:
> To get a TreeMap or HashMap to serialize using MapSerializer, you can
> either register the MapSerializer for those types, or specify the parameter
> as having a Java type of Map, e.g.
>
>     TreeMap myMap;
>     Vector params = new Vector();
>     params.addElement(new Parameter("myMap", Map.class, myMap, null));

So it is not "inherent" to the system?

Niclas

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to