I prefer Externalizable as well as it makes Serialization faster. Perhaps also for Query and it's subclasses to start? I had code to do this for Analyzer as well which could be useful, perhaps a different patch though.
On Tue, Dec 2, 2008 at 2:22 AM, Michael McCandless < [EMAIL PROTECTED]> wrote: > > Karl Wettin wrote: > > As for statically setting a serialVersionUID in the class, one could >> instead set it to a final value and implement Externalizable in order to >> keep binary compatibility between class versions that contains more changes >> than what the Serializable reflection support code can handle. That would >> also save a few clock ticks. All over I think that is a much better >> solution. >> > > I like this solution -- it makes the serialization / deserialization > explicit. > > Jason can you open a Jira issue & work out a patch for this? > > > Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >