-
Notifications
You must be signed in to change notification settings - Fork 35
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
[JsonIgnore] attribute #222
Comments
there is a case now where I want to only block an attribute from getting saved in riak but not block it from XHR. |
hmm ya.... ;/ kinda sux, if you want some example code on how to do attribute parsing:
this is kinda more or less how you can use LINQ to not only throw stuff around but throw people around as well ..
|
ghost
mentioned this issue
Dec 15, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
I think it'd be better if you guys figured out a way with how you're using newtonsoft json to override it's respect to the jsonignore attribute. Instead, you guys should have like a RiakSerializeIgnoreAttribute or something because I use JsonIgnore though only because I use newtonsoft json to serialize the same object for XHR.
The text was updated successfully, but these errors were encountered: