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

Todd Nine updated USERGRID-751:
-------------------------------
    Description: 
Currently we use SMILE binary serialization to serialize our column values.  
During production debugging, this makes it extremely difficult to debug.  I 
propose we remove the SMILE binary serialization, and instead use json 
serialization with the following formation

{code}
{
  "version": [serialization version number],
  "entity": {... entity as a nested json object }

}
{code}

  was:
Currently we use SMILE binary serialization to serialize our column values.  
During production debugging, this makes it extremely difficult to debug.  I 
propose we remove the SMILE binary serialization, and instead use json 
serialization with the following formation

{code}
{
  "version": <serialization version number>
  "

}
{code}


> Change MvccEntitySerializationStrategyV3Impl to use native JSON when storing 
> in the column value
> ------------------------------------------------------------------------------------------------
>
>                 Key: USERGRID-751
>                 URL: https://issues.apache.org/jira/browse/USERGRID-751
>             Project: Usergrid
>          Issue Type: Story
>            Reporter: Todd Nine
>            Assignee: Shawn Feldman
>
> Currently we use SMILE binary serialization to serialize our column values.  
> During production debugging, this makes it extremely difficult to debug.  I 
> propose we remove the SMILE binary serialization, and instead use json 
> serialization with the following formation
> {code}
> {
>   "version": [serialization version number],
>   "entity": {... entity as a nested json object }
> }
> {code}



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

Reply via email to