Looking over the docs, it looks like Katharsis wants to manage endpoints.
I understand that at a minimum, I'd need to define resources, and repositories.
How would I go about serializing my data, and deserializing into my data? (I'm using Hibernate Entities at the moment).
also, does Katharsis support nested includes? include=child-relationship.grand-child-relationship?
Looking over the docs, it looks like Katharsis wants to manage endpoints.
I understand that at a minimum, I'd need to define resources, and repositories.
How would I go about serializing my data, and deserializing into my data? (I'm using Hibernate Entities at the moment).
also, does Katharsis support nested includes?
include=child-relationship.grand-child-relationship?