[
https://issues.apache.org/jira/browse/AVRO-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758855#action_12758855
]
Doug Cutting commented on AVRO-118:
-----------------------------------
Do we need to add a reset() method to JsonEncoder/Decoder that resets the
parser state? Ideally it would reset automatically when a complete instance is
read, so that another may be read following it. Is there danger in doing that?
> JSON encoder does not easily permit multiple reads or writes
> ------------------------------------------------------------
>
> Key: AVRO-118
> URL: https://issues.apache.org/jira/browse/AVRO-118
> Project: Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.1.0
> Reporter: Doug Cutting
> Attachments: AVRO-118.patch
>
>
> The JSON encoder does not permit one to easily write or read sequences of
> instances from a single stream.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.