You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2017/08/11 04:11:00 UTC

[jira] [Created] (OAK-6546) JsonSerializer should taken an instance of JsopWriter

Chetan Mehrotra created OAK-6546:
------------------------------------

             Summary: JsonSerializer should taken an instance of JsopWriter
                 Key: OAK-6546
                 URL: https://issues.apache.org/jira/browse/OAK-6546
             Project: Jackrabbit Oak
          Issue Type: Technical task
          Components: store-spi
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
            Priority: Minor
             Fix For: 1.8


{{JsonSerializer}} currently taken an instance of {{JsopBuilder}}. The internal logic can work with {{JsopWriter}}. So change the logic to work with {{JsopWriter}}

This would allow passing in a streaming writer which does not accumulate the json content in memory.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)