ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2.02k stars 581 forks source link

No user control over unmarshalling #2175

Closed rahul-mittal closed 6 years ago

rahul-mittal commented 7 years ago

No user control over what is getting deserialized at client side when it receives StateRepository message response. Similarly, at server side only the objects of classes that represent the primitives or the ValueWrapper should get deserialized as part of StateRepository message.

chrisdennis commented 7 years ago

@AbfrmBlr @rahul-mittal Hey - only I'm allowed to 'skunk-works' things... could you guys add a description for this?

rahul-mittal commented 6 years ago

https://github.com/ehcache/ehcache3/pull/2191 merged to fix this issue