JSONSerializer does not support jdk list and map
------------------------------------------------

                 Key: PIVOT-741
                 URL: https://issues.apache.org/jira/browse/PIVOT-741
             Project: Pivot
          Issue Type: Bug
            Reporter: Andrei Pozolotin


hello; any reason why 

JSONSerializer.writeObject(Object object, Writer writer)

uses
        } else if (object instanceof List<?>) { // 
org.apache.pivot.collections.List<?>
and
            if (object instanceof Map<?, ?>) { // 
org.apache.pivot.collections.Map<?, ?>

and NOT jdk interfaces instead? thanks!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to