You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2009/02/12 08:55:59 UTC

[jira] Updated: (SHINDIG-912) Standardize json handling throughout the code base.

     [ https://issues.apache.org/jira/browse/SHINDIG-912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown updated SHINDIG-912:
--------------------------------

    Attachment: clean-up-json.patch

First major issue: BeanJsonConverter is doing redundant serialization work that JsonSerializer should be handling.

Review at http://codereview.appspot.com/14084


> Standardize json handling throughout the code base.
> ---------------------------------------------------
>
>                 Key: SHINDIG-912
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-912
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Common Components (Java), Gadget Rendering Server (Java), RESTful API (Java)
>    Affects Versions: trunk
>            Reporter: Kevin Brown
>         Attachments: clean-up-json.patch
>
>
> Currently, we handle serialization and parsing of JSON in a variety of ad-hoc ways. As JSON handling has been a source of significant performance and security issues, we need to improve the consistency of our handling of it throughout the code base.

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