[jira] [Commented] (LANG-1488) Possible serialization failed

2019-09-10 Thread Silence Tai (Jira)
[ https://issues.apache.org/jira/browse/LANG-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926623#comment-16926623 ] Silence Tai commented on LANG-1488: --- So it seems that this is no longer a problem? We can only hope that

[jira] [Commented] (LANG-1488) Possible serialization failed

2019-09-10 Thread Joerg Schaible (Jira)
[ https://issues.apache.org/jira/browse/LANG-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926594#comment-16926594 ] Joerg Schaible commented on LANG-1488: -- This is normal behaviour. A HashMap is also declared as

[jira] [Commented] (LANG-1488) Possible serialization failed

2019-09-09 Thread Chen (Jira)
[ https://issues.apache.org/jira/browse/LANG-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926242#comment-16926242 ] Chen commented on LANG-1488: The Class A should implements Serializable, if Class A is a inner class, the

[jira] [Commented] (LANG-1488) Possible serialization failed

2019-09-09 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925735#comment-16925735 ] Gary Gregory commented on LANG-1488: In the _long_ run this should happen since Java Serialization has

[jira] [Commented] (LANG-1488) Possible serialization failed

2019-09-09 Thread Silence Tai (Jira)
[ https://issues.apache.org/jira/browse/LANG-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925700#comment-16925700 ] Silence Tai commented on LANG-1488: --- May need to remove *Pair* serialization support? > Possible