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

I want your marshalling and types, not your server #59

Closed
parkr opened this issue Jan 29, 2015 · 3 comments · Fixed by #76
Closed

I want your marshalling and types, not your server #59

parkr opened this issue Jan 29, 2015 · 3 comments · Fixed by #76

Comments

@parkr
Copy link

parkr commented Jan 29, 2015

Hi!

Nifty project! I was hoping to use pieces of it to make our JSON-generation easier, but alas there's a lot of overhead with the server stuff that we're not interested in. Thoughts on breaking out serialization and the JSON API types into their own subpackages? 😄

Thanks for writing this!

@wwwdata
Copy link
Member

wwwdata commented Jan 30, 2015

Splitting it up shouldn't be any problem at all. What does everybody else think?

@lucas-clemente
Copy link
Contributor

Makes sense. Right now you can already use the marshal and unmarshal functions without the REST stuff (and I guess the compiler should strip the rest out), but splitting it upon a nicer solution :)

@parkr
Copy link
Author

parkr commented Jan 30, 2015

Thanks guys :)

What do you feel are the logical separations?

@sharpner sharpner self-assigned this Mar 13, 2015
@sharpner sharpner mentioned this issue Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants