-
Expert Member
Is there any Problem with Serialization?
Having known about serializations as the process of saving an object onto a storage medium I wanted to know whether there is any drawback in serialization. If so someone highlight on those.
-
Junior Member
Re: Is there any Problem with Serialization?
The main drawback of serialization is one has to take high care of the compatibility when maintaining the software.This is not necessarily hard nor painful, but nonetheless mandatory, so it must be made clear for the developers that changing the source code of an analyzer/stemmer/whatever that is stored in the serialization data MUST manage ascendant compatibility. The java serialization is strict on this point
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules