Re: [csv] Serializable on CSVFormat

2012-03-12 Thread Christian Grobmeier
On Mon, Mar 12, 2012 at 5:30 PM, sebb wrote: > On 12 March 2012 16:25, James Carman wrote: >> We could say we support short-term storage (or transmission-only) only when >> it comes to serialization. That would help eliminate some of the burden > > Perhaps, but why take on any burden without a go

Re: [csv] Serializable on CSVFormat

2012-03-12 Thread sebb
On 12 March 2012 16:25, James Carman wrote: > We could say we support short-term storage (or transmission-only) only when > it comes to serialization. That would help eliminate some of the burden Perhaps, but why take on any burden without a good use case? Any form of serialisation adds extra te

Re: [csv] Serializable on CSVFormat

2012-03-12 Thread James Carman
We could say we support short-term storage (or transmission-only) only when it comes to serialization. That would help eliminate some of the burden On Mar 12, 2012 11:23 AM, "sebb" wrote: > On 12 March 2012 09:02, Jörg Schaible wrote: > > Emmanuel Bourg wrote: > > > >> Le 12/03/2012 00:16, Bened

Re: [csv] Serializable on CSVFormat

2012-03-12 Thread Gary Gregory
On Mon, Mar 12, 2012 at 11:23 AM, sebb wrote: > On 12 March 2012 09:02, Jörg Schaible wrote: > > 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

Re: [csv] Serializable on CSVFormat

2012-03-12 Thread sebb
On 12 March 2012 09:02, Jörg Schaible wrote: > 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 cu

Re: [csv] Serializable on CSVFormat

2012-03-12 Thread Jörg Schaible
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

Re: [csv] Serializable on CSVFormat

2012-03-12 Thread Emmanuel Bourg
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 th

Re: [csv] Serializable on CSVFormat

2012-03-11 Thread sebb
On 11 March 2012 23:27, Emmanuel Bourg wrote: > Le 12/03/2012 00:16, Benedikt Ritter a écrit : > >> Hi, >> >> 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

Re: [csv] Serializable on CSVFormat

2012-03-11 Thread Emmanuel Bourg
Le 12/03/2012 00:16, Benedikt Ritter a écrit : Hi, 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? That's a good point, thank

[csv] Serializable on CSVFormat

2012-03-11 Thread Benedikt Ritter
Hi, 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? Benedikt --