[
https://issues.apache.org/jira/browse/OFBIZ-13401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deepak Dixit updated OFBIZ-13401:
---------------------------------
Description:
Add support for storing {{RuntimeData}} in *JSON* format in addition to the
existing XML format.
Runtime data is currently stored only in *XML* format
h3. *Proposed Changes*
* Add support to store and process runtime data in *JSON* format.
* Introduce a new field in the {{RuntimeData}} entity:
** {{contentType}}
* Default value for {{{}contentType (if not set){}}}:
** {{application/xml}}
* Based on the {{{}contentType{}}}, the system should:
** Serialize data while storing.
** Deserialize/process data while reading.
was:
Add support for storing {{RuntimeData}} in *JSON* format in addition to the
existing XML format.
Runtime data is currently stored only in *XML* format
h3. *Proposed Changes*
* Add support to store and process runtime data in *JSON* format.
* Introduce a new field in the {{RuntimeData}} entity:
** {{contentType}}
* Default value for {{{}contentType{}}}:
** {{{}application/xml{}}}{{{}{}}}
> Add JSON Support for RuntimeData
> --------------------------------
>
> Key: OFBIZ-13401
> URL: https://issues.apache.org/jira/browse/OFBIZ-13401
> Project: OFBiz
> Issue Type: Improvement
> Reporter: Deepak Dixit
> Priority: Minor
>
> Add support for storing {{RuntimeData}} in *JSON* format in addition to the
> existing XML format.
> Runtime data is currently stored only in *XML* format
> h3. *Proposed Changes*
> * Add support to store and process runtime data in *JSON* format.
> * Introduce a new field in the {{RuntimeData}} entity:
> ** {{contentType}}
> * Default value for {{{}contentType (if not set){}}}:
> ** {{application/xml}}
> * Based on the {{{}contentType{}}}, the system should:
> ** Serialize data while storing.
> ** Deserialize/process data while reading.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)