[
Lists Home |
Date Index |
Thread Index
]
Sorry man, Java serialization is broken.
Its so fragile as to be useless *and* its a private binary format.
Nobody uses it that cares about meeting important dates or cares about
schema migration or extension.
On Tuesday, October 29, 2002, at 01:34 PM, David Byrden wrote:
>
> "Danny Ayers" <danny666@virgilio.it> wrote:
> >> it's relatively simple to modify data saved from version x to
> >> allow loading into version x++, something that can't be done with
> Java's
> >> own serialization....
>
>
> Actually, Java serialisation HAS a powerful versioning capability.
> It requires adding custom nontrivial code to the class, or at least
> to the later versions of the class; but it can be done.
>
> David
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
|