[
http://issues.ops4j.org/browse/QI-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13952#action_13952
]
Rickard Öberg commented on QI-320:
----------------------------------
Map<Key,Value> Properties are now serialized into a JSON format:
[{"key":"{keyvalue}","value":"{valuejson}"},...]
Legacy serialized format is also supported for backwards compatibility
> Maps in JSON format
> -------------------
>
> Key: QI-320
> URL: http://issues.ops4j.org/browse/QI-320
> Project: Qi4j
> Issue Type: New Feature
> Reporter: Niclas Hedhman
> Assignee: Rickard Öberg
> Fix For: 1.3
>
>
> We should have explicit serialization of Maps as JSON, instead of the Java
> serialized BASE64 we have today.
> We should support both the denser and the verbose formats for an entry;
> {code}
> "{" simpleKey ":" value "}"
> "{" "key" ":" complexKey "," "value" ":" value "}"
> where
> simpleKey is a primitive, and complex key a JSON Object.
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev