-
Notifications
You must be signed in to change notification settings - Fork 74
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
deserialize doesnt appear to accept a model #120
Comments
what would you expect that api call to do? |
I think he means Syphon.deserialize(view, model.toJSON()). Could be cool if the lib did that automatically. |
Ah right, you go toJSON(), yes of course. |
sure that would be nice, if the item passed implements a toJSON method we call that otherwise we treat it like a regular object :) @mark-lester @happylinks any interest in opening up a PR? |
yes sure |
oh ok, well, i will get my formgen working, then if nothing happens on this I will do the biz. |
Ah sorry, spoke before my turn :) if you want help/me to do it, let me know. |
I will do, |
I cant go Syphon.deserialize(view,model);
Is there a reason for that ?
The text was updated successfully, but these errors were encountered: