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]

Reply via email to