EHC ❯ Consider implementing optimized serialization (in some form).
-
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:
-
Element as Externalizable and then customizing serialization of the value object for specific types (e.g. byte[]).
-
Providing full on pluggable serialization schemes (e.g. protocol buffers, json etc…)
Comments
gluck 2010-09-16
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
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.