How can I (easily) serialize ceylon objects to json with jackson?
I assume it should work 'out of the box' - because the specification says:
"... Ceylon maps instance attributes to JavaBean properties, so naturally, every JavaBean property defined in Java is mapped to a Ceylon instance attribute...¨
And the same should work the other way around.
I do not show what I - unsuccessfully - tried, because that would add more noise than necessary, and I think there must be a simple solution - so I ask you to provide a simple example as answer.
I am not asking for the projects 'alabama' or 'jsonmapper' - because my question is not only about a practical solution to the problem of persisting objects but also about the relationship between ceylon objects and java beans.