I have a code like the one below. Since I switched TinkerGraph to JanusGraph it got an error:
Gremlin.Net System.InvalidOperationException: 'Deserializer for “janusgraph:RelationIdentifier” not found' exception
var result =
_g.V().BothE("name").OtherV().Path().By(__.ValueMap<object, object>(true)).ToList();