timm8943
timm8943
JJanusGraph
Created by timm8943 on 6/29/2023 in #questions
Why is the default serializer in conf/remote.yaml GryoV3?
Im using Janusgraph 0.6.0 in a docker container. Everytime i start the container, I get the message "The org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0 serialization class is deprecated." two times. So why does the conf/remote.yaml contains "serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0, config: { serializeResultToString: true }} " ? I would expect there should be a GraphsonSerilizer or something thats not deprecated at least. And I also dont understand why I get a serialization error when using in management api in gremlin console after i tried replacing that config with "GraphSONMessageSerializerV3d0"
3 replies