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-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org