You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Remko Popma (JIRA)" <ji...@apache.org> on 2016/11/05 13:07:59 UTC

[jira] [Created] (LOG4J2-1663) Ensure SortedArrayStringMap can be serialized/deserialized regardless of content

Remko Popma created LOG4J2-1663:
-----------------------------------

             Summary: Ensure SortedArrayStringMap can be serialized/deserialized regardless of content
                 Key: LOG4J2-1663
                 URL: https://issues.apache.org/jira/browse/LOG4J2-1663
             Project: Log4j 2
          Issue Type: Improvement
          Components: API
    Affects Versions: 2.7
            Reporter: Remko Popma
            Assignee: Remko Popma
             Fix For: 2.8


Improve the implementation of SortedArrayStringMap serialization logic to ensure that serializing or deserializing it never results in an error, regardless of the content.

* Values that are not Serializable should be replaced with {{null}} in the serialized form
* When the class of a value is not available at the time the SortedArrayStringMap is deserialized, the value should be replaced with {{null}} in the deserialized object.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org