Re: Serialization/deserialization questions

2011-02-25 Thread Emmanuel Lécharny
On 2/25/11 2:57 PM, Alex Karasulu wrote: On Fri, Feb 25, 2011 at 2:22 PM, Emmanuel Lecharny wrote: Hi guys, I'm reworking all the serializations for the base objects we are manipulating. I have a few questions and I'd like to get you opinion. The base idea is to get rid of all the Externaliza

Re: Serialization/deserialization questions

2011-02-25 Thread Alex Karasulu
On Fri, Feb 25, 2011 at 2:22 PM, Emmanuel Lecharny wrote: > Hi guys, > > I'm reworking all the serializations for the base objects we are > manipulating. I have a few questions and I'd like to get you opinion. > > The base idea is to get rid of all the Externalizable/Serializable > interfaces, and

Re: Serialization/deserialization questions

2011-02-25 Thread Kiran Ayyagari
On Fri, Feb 25, 2011 at 5:52 PM, Emmanuel Lecharny wrote: > Hi guys, > > I'm reworking all the serializations for the base objects we are > manipulating. I have a few questions and I'd like to get you opinion. > > The base idea is to get rid of all the Externalizable/Serializable > interfaces, and

Serialization/deserialization questions

2011-02-25 Thread Emmanuel Lecharny
Hi guys, I'm reworking all the serializations for the base objects we are manipulating. I have a few questions and I'd like to get you opinion. The base idea is to get rid of all the Externalizable/Serializable interfaces, and to provide our own helper classes to serialize the objects we hav