> > Alex, > > What should happen if user do this? > > Cache c1 = ...; > c1.put(...); > Store will receive Deserialized value
> Cache c2 = c1.withKeepBinary(); > c2.put(...); > Store will receive BinaryObject Of course in this case the store must have <Object, Object> generic types, but I see no issues with this.
