Possible mixed use of java.io.Serializable and com.jme3.network.serializing.Serializable in SpiderMonkey serializer #2422
Labels
bug
Something that is supposed to work, but doesn't. More severe than a "defect".
jmonkeyengine/jme3-networking/src/main/java/com/jme3/network/serializing/Serializer.java
Line 356 in d128d96
i think this should be
java.io.Serializable.class
notSerializable
(akacom.jme3.network.serializing.Serializable
).The text was updated successfully, but these errors were encountered: