[SPY-100] Serializable implemention in spy memcache Created: 10/Oct/12 Updated: 29/May/13 Resolved: 29/May/13 |
|
| Status: | Resolved |
| Project: | Spymemcached Java Client |
| Component/s: | library |
| Affects Version/s: | 2.8.1 |
| Fix Version/s: | None |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Sudhir Thakur | Assignee: | Michael Nitschinger |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: | Linux,Window, JDK1.6 | ||
| Description |
|
Why hasnt it been created to implement serializable because using it to write into cache will need this so was it only meant for reading from cache?
|
| Comments |
| Comment by Michael Nitschinger [ 29/May/13 ] |
|
spymemcached supports reading and writing of arbitrary objects, and uses the default object serializer. So everything thats serializable works.
If you have a specific error encountered, feel free to open a new specific issue! |