On 06/02/2014 11:31 PM, Steven Bethard wrote:
Very likely, as the changes in package names mean that old classifiers will probably not deserialize. Yet another reason we probably shouldn't be using Java's object serialization, but I don't know of any alternative that actually solves the versioning problem...
You can define your own formats and include version strings, e.g. binary, xml, json, etc.
Jörn