Emmanuel Bourg wrote: > Le 12/03/2012 00:16, Benedikt Ritter a écrit : > >> I just saw that CSVFormat implements Serializable, but neither does it >> provide a no-arg constructor nor any of the special serialization >> methods (and it has no custom serialUID). Is this the way it is >> supposed to be? > > I wrote a test and it seems the serialization works fine. I think the > no-arg constructor is only required if the class is expected to be > subclassed, which isn't the case for CSVFormat. The UID is generated > automatically by the compiler.
Which silently imply that all compilers from all vendors generate the same UUID in all versions ... which is not the case. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org