www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: AGP on April 25, 2018, 08:42:07 pm

Title: Java 10 Serialization
Post by: AGP on April 25, 2018, 08:42:07 pm
I think that you have to update the serialization stuff for Java 10. Would you?
Title: Re: Java 10 Serialization
Post by: EgonOlsen on April 25, 2018, 11:02:56 pm
Why? What's different? And what kind of serialization actually? Normal Java based one or jPCT's own serialized object stuff?
Title: Re: Java 10 Serialization
Post by: AGP on April 26, 2018, 04:12:04 am
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.
Title: Re: Java 10 Serialization
Post by: EgonOlsen on April 26, 2018, 09:36:45 am
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.