[ 
https://issues.apache.org/jira/browse/TINKERPOP-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15145205#comment-15145205
 ] 

ASF GitHub Bot commented on TINKERPOP-1135:
-------------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-tinkerpop/pull/225


> Improve GraphSON representation of java.time.* classes
> ------------------------------------------------------
>
>                 Key: TINKERPOP-1135
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1135
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 3.1.1-incubating
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>             Fix For: 3.1.2-incubating
>
>
> Currently the {{java.time}} classes use the default field serializer which 
> generates stuff like this (e.g. for {{Instant}}): 
> {code}
> {"nano":657000000,"epochSecond":1454552791}
> {code}
> it would be nicer if we just did ISO-8061 in this case:
> {code}
> 2016-02-04T02:26:31.657Z
> {code}
> Do nicer/smarter things for other classes as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to