Java 10 Serialization

Started by AGP, April 25, 2018, 08:42:07 PM

Previous topic - Next topic

AGP

I think that you have to update the serialization stuff for Java 10. Would you?

EgonOlsen

#1
Why? What's different? And what kind of serialization actually? Normal Java based one or jPCT's own serialized object stuff?

AGP

My program was running an old jpct whereas the model had been serialized by the latest version. I thought that it was related to the Java algorithm changing. It works now, but are you using your own format? I thought you used Java's.

EgonOlsen

Serialized objects are my own binary format optimized for usage on Android. Also, I don't think that Java10 breaks anything regarding the normal object serialization, because that would be utterly stupid of them.