• New Feature
  • Status: Open
  • 2 Major
  • Resolution:
  • ehcache-core
  • cdennis
  • Reporter: cdennis
  • September 16, 2010
  • 3
  • Watchers: 4
  • October 11, 2011

Description

We should consider implementing either:

  1. Element as Externalizable and then customizing serialization of the value object for specific types (e.g. byte[]).

  2. Providing full on pluggable serialization schemes (e.g. protocol buffers, json etc…)

Comments

gluck 2010-09-16

The idea here is to provide a further speed up to Off-Heap Store.

Ultimately we put this in the hands of the user as they can then use how to serialise which is useful to them: protocol buffer, json etc.

Steve Harris 2010-09-21

We are going to optimize Element and byte array for Magnum and do the pluggable version in Freo

Fiona OShea 2011-02-22

Moving to Ulloa we were aware that this was probably not going to happen in Freo