You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Zoltan Farkas (JIRA)" <ji...@apache.org> on 2014/09/08 21:49:33 UTC

[jira] [Created] (AVRO-1582) Json serialization of nallable fileds improvement.

Zoltan Farkas created AVRO-1582:
-----------------------------------

             Summary: Json serialization of nallable fileds improvement.
                 Key: AVRO-1582
                 URL: https://issues.apache.org/jira/browse/AVRO-1582
             Project: Avro
          Issue Type: Improvement
          Components: java
    Affects Versions: 1.8.0
            Reporter: Zoltan Farkas
            Priority: Minor


Currently serializing a nullable JSON field (union)
"type" : ["null","some type"]

when serialized result in:  

"field":{"some type":2}

when it could be:

"field":"value"





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