Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
Description
All values sent using the protobuf client/server protocol are currently encoded using JSON if they are not primitives.
Users may want to serialize their objects in some other format than JSON. In order to accomplish this, we should add a way to control the serialization format.
We can do this by adding the CustomValueSerializer described in this wiki page - https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75975878
We should also add support to the geode-experimental-driver module to allow users of that driver to customize the serialization of their objects.
Attachments
Issue Links
- links to