stephen mallette created TINKERPOP-1464:
-------------------------------------------
Summary: Gryo Serialization for Bytecode
Key: TINKERPOP-1464
URL: https://issues.apache.org/jira/browse/TINKERPOP-1464
Project: TinkerPop
Issue Type: Improvement
Components: io
Affects Versions: 3.2.2
Reporter: stephen mallette
Assignee: stephen mallette
Fix For: 3.2.3
{{Bytecode}} will serialize over gryo currently, but it does so by using
GraphSON under the covers. That approach was a bit of cheat to stay on task
with 3.2.2 release. The cheat worked for demonstration purposes, but it does
cause some problems because the {{ObjectMapper}} was constructed locally in the
{{BytecodeSerializer}} and therefore could not be updated if the user needed to
pass in custom classes to it. Now that there is a pure gryo option, the user
can just register gryo serializers to deal with anything that extends on
{{Bytecode}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)