You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/08/29 16:11:53 UTC

[jira] Created: (PIVOT-620) Allow serializers to fire events as data is read

Allow serializers to fire events as data is read
------------------------------------------------

                 Key: PIVOT-620
                 URL: https://issues.apache.org/jira/browse/PIVOT-620
             Project: Pivot
          Issue Type: Improvement
          Components: core-json, core-serialization, core-xml
            Reporter: Greg Brown
             Fix For: 2.0


This will allow callers to hook into the serialization process and update the UI incrementally, rather than waiting for readObject() to return.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIVOT-620) Allow serializers to fire events as data is read

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-620.
------------------------------

    Resolution: Fixed

Events have been added to CSVSerializer, JSONSerializer, and XMLSerializer. Note that CSV serializer events supersede and replace CSVSerializer.StreamIterator. The Large Data demo has been updated to use CSV events rather than StreamIterator.


> Allow serializers to fire events as data is read
> ------------------------------------------------
>
>                 Key: PIVOT-620
>                 URL: https://issues.apache.org/jira/browse/PIVOT-620
>             Project: Pivot
>          Issue Type: Improvement
>          Components: core-json, core-serialization, core-xml
>            Reporter: Greg Brown
>             Fix For: 2.0
>
>
> This will allow callers to hook into the serialization process and update the UI incrementally, rather than waiting for readObject() to return.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.