You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Java serializable classes should be marked by ceylon backend as serializable. I have tested it with com.github.tombentley.alabama "1.0.4" but the exception arrises in SerializationContext which is ceylon.json class.
ceylon.language.serialization.SerializationException "instance of non-serializable class: com.test.potiopa.beercraft.config.server::SerializableModel"
at ceylon.language.serialization.SerializationContextImpl.references(SerializationContext.ceylon:35)
at com.github.tombentley.alabama.Serializer.obj$priv$(Serializer.ceylon:323)
at com.github.tombentley.alabama.Serializer.val$priv$(Serializer.ceylon:378)
at com.github.tombentley.alabama.Serializer.serialize(Serializer.ceylon:397)
at com.github.tombentley.alabama.serialize_.serialize(Serializer.ceylon:49)
at com.github.tombentley.alabama.serialize_.serialize(Serializer.ceylon:42)
at ...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Java serializable classes should be marked by ceylon backend as serializable. I have tested it with com.github.tombentley.alabama "1.0.4" but the exception arrises in SerializationContext which is ceylon.json class.
Java model class:
Ceylon test:
Stacktrace:
The text was updated successfully, but these errors were encountered: