Uploaded image for project: 'Apache DirectMemory'
  1. Apache DirectMemory
  2. DIRECTMEMORY-95

Remove serializer from text/plain server exchange type

    XMLWordPrintableJSON

Details

    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

      Attachments

        Activity

          People

            Unassigned Unassigned
            jeffmaury Jeff Maury
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: