Gremlin.Net System.InvalidOperationException: 'Deserializer for “janusgraph:RelationIdentifier” not found' exception
问题 I am new in janusgraph and tinkerpop. I am using Gremlin.Net 3.2.7 to connect to janusgraph and all the request that return vertexes work fine for me but when I run any operation that return edges like "g.V(61464).outE('father').toList()" an exception in the library: System.InvalidOperationException: 'Deserializer for "janusgraph:RelationIdentifier" not found' the server didn't throw any exception, the serializes configuration are the default: serializers: - { className: org.apache.tinkerpop