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
Exception in thread "main" java.io.IOException: Unable to serialize provided object. Failed to find serializer for: class com.dslplatform.maven.Example$Model
at com.dslplatform.json.DslJson.serialize(DslJson.java:2874)
at com.dslplatform.maven.Example.main(Example.java:243)
I tried mavenjava8 example,and got this. Same problem when I working on my own.
The text was updated successfully, but these errors were encountered:
It seems Eclipse has it's own build methodology to run stuff ;(
You could enable annotation processor from project properties and configure it all, or you can right click pom.xml and run as Maven install
After that project should run as expected.
I didn't have time to look into it for v1.8.5
It would be great if someone more knowledgable about Eclipse looks into it and recommends something to improve
I tried mavenjava8 example,and got this. Same problem when I working on my own.
The text was updated successfully, but these errors were encountered: