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

Couchbase handle JArray support #52

Closed
MichaCo opened this issue Mar 24, 2016 · 0 comments
Closed

Couchbase handle JArray support #52

MichaCo opened this issue Mar 24, 2016 · 0 comments
Milestone

Comments

@MichaCo
Copy link
Owner

MichaCo commented Mar 24, 2016

issue added to track #51

I had an issue where I couldn't store arrays/collections straight into couchbase using the BucketCacheHandle resulting in an InvalidCastException when BaseCache uses GetCasted to return the expected type.
I've currently had to work around this by wrapping up all my cached items in another object so that the deserialisation happens as part of a child property deserialisation automatically when ToObject is called on a JObject value type.

@MichaCo MichaCo added this to the Version 0.9 milestone Mar 24, 2016
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

1 participant