[ https://issues.apache.org/jira/browse/TINKERPOP-1201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marko A. Rodriguez closed TINKERPOP-1201. ----------------------------------------- Resolution: Won't Fix Fix Version/s: (was: 3.2.0-incubating) As it stands, this is not needed as we {{JavaSerializer}} those objects that are propagating traversals. I say we hold off allow direct {{Traversal}} Gryo serialization until we need it need it. > Register Traversal with GryoMapper. > ----------------------------------- > > Key: TINKERPOP-1201 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1201 > Project: TinkerPop > Issue Type: Improvement > Components: io, process > Affects Versions: 3.1.1-incubating > Reporter: Marko A. Rodriguez > > I did not know you could register interfaces with Gryo. [~spmallette] says > you can. If this is the case, we should register {{Traversal}}. > {code} > add(Triplet.<Class, Function<Kryo, Serializer>, > Integer>with(Traversal.class, kryo -> new JavaSerializer(), 00000000)); > {code} > Man, had I known that, so many things would have been easier for me. If we do > this, I can gut lots of random "if/else"-code I have. -- This message was sent by Atlassian JIRA (v6.3.4#6332)