-
I need to serialize Byte and Short types using GraphSon. Does JanusGraph have some IoRegistries for these tasks? Because I get an error while executing this script:
|
Beta Was this translation helpful? Give feedback.
Answered by
vtslab
May 15, 2021
Replies: 1 comment 1 reply
-
Did some reading in the TinkerPop re docs. Can you try and add the graphson extensions like: Best wishes, Marc |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did some reading in the TinkerPop re docs. Can you try and add the graphson extensions like:
https://tinkerpop.apache.org/docs/3.4.11/dev/io/#_extended_2
Best wishes, Marc