Details
Description
The driver currently throws an exception that isn't very telling:
System.Collections.Generic.KeyNotFoundException : The given key 'janusgraph.RelationIdentifier' was not present in the dictionary.
It would be good if it would instead clearly state that no serializer was found for the GraphBinary type. This was first reported on the janusgraph-users list.
The exception gets thrown here for types received from the server where no serializer is registered for the driver.
For the write path however, the exception thrown is already more telling.