Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If I wanted to *just* use this for serialization/deserialization, how would I do that? #455

Open
NullVoxPopuli opened this issue Jan 18, 2018 · 2 comments

Comments

@NullVoxPopuli
Copy link

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?

@charlesritchea
Copy link

Katharsis has essentially moved to crnk.io, so switch to it and ask question there. I'm a beginner myself. One thing you'll discover soon enough is that json.api is extremely opinionated and dogmatic (to avoid "bike shedding" (get used to reading that word ad nauseum)), so I doubt you'll get help for trying to use it for anything other than a strict json.api implementation.

@NullVoxPopuli
Copy link
Author

I've used jsonapi-rb with tons of success. jsonapi doesn't need to be (and more often than not, isn't: ) a whole server framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants