GitHub user danielcweber opened a pull request:
https://github.com/apache/tinkerpop/pull/840
Added a TimeSpanConverter for GraphSON.
I can add more converters for extended types if appreciated and open the
appropriate ticket in JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/danielcweber/tinkerpop
AddExtendedTypeConverters
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/840.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #840
----
commit 671f184d24378f5b23b5028861f02fca6eaf8ca7
Author: Daniel Weber <dw@...>
Date: 2018-04-18T08:48:27Z
Added a TimeSpanConverter to deal with (de-)serialization of TimeSpan
values to GraphSON.
----
---