Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.1-incubating
Description
the string is stored in the cache as a byte array,
and the serialization is performed using the Directmemory serializer
framework which can be controlled by the client: it causes a coupling
between the client and the server which is not desirable: why don't we
store the content as a string or if we want to keep byte array, use the
standard JDK String serialization (I would propose UTF-8 as the charset).
In that case, we could get rid of the Serializer framework for this
exchange type