Export to GitHub

functionaljava - issue #42

classes of package fj are not serializable


Posted on Mar 14, 2014 by Quick Panda

What steps will reproduce the problem? N/A

What is the expected output? What do you see instead? N/A

What version of the product are you using? On what operating system? N/A

Please provide any additional information below. Any distributed application that needs to send messages containing list, hasmap, option etc. are not usable since those class are not serializable. Many of them are not extensible (final or only private constructors) so it is not possible to generate own serializable package

Status: New

Labels:
Type-Defect Priority-Medium