On Tue, Sep 9, 2008 at 1:45 PM, David Reiss <[EMAIL PROTECTED]> wrote: > I'm fine with implementing compareTo. With proper type annotations, > we could provide a way to define that a given map be instantiated as > a TreeMap instead of a HashMap when deserializing, which would enforce > an order.
How about retaining an order... if LinkedHashMap is used on one side when order is important, is it possible to force creation of an order preserving map (like LinkedHashMap) on the receiver? -Yonik
