Re: serialising SimpleORM classes?
John Abraham <[email protected]> Mon, 8 Nov 2010 07:53:22 -0700
| Newsgroups | gmane.comp.java.orm.simpleorm |
|---|---|
| Message-ID | <[email protected]> |
I thought serialization just checked to make sure the serialVersionUID matched? In which case if you are using the same version of the SimpleORM software on both machines, it should work. I might be rusty on my serialization though. -- John On 2010-11-08, at 7:23 AM, Noel Grandin wrote: > Hi > > I'm trying to send some SRecordInstance objects across a network link using serialisation, but it's not working. > I suspect the problem is that the SimpleORM classes do not have proper serialVersionUID fields. > The classes should either not declare serialVersionUID at all, or they should have values generated using the serialver tool. > > Regards, Noel Grandin > > > > > Disclaimer: http://www.peralex.com/disclaimer.html > > > -- John Abraham [email protected]