Details
Description
Problem
GridCacheMapEntry deals with conflicts in some methods like innerSet. innerUpdate, etc.. When conflict occurs, we always deserialize keys/values what could lead to exceptions if there are no classes on the server.
Solution
Deserialize keys/values only if "keepBinary=false".