immutable « serialize « Java I/O Q&A





1. Serializing immutable java classes to actionscript with LCDS    stackoverflow.com

I've got a complex object which is being managed by the LCDS DataServices data management and being created/updated etc using custom assemblers. The vast majority of the object hierarchy is being ...

2. Java:Immutability and serialization    stackoverflow.com

When I have an immutable parent class A that is NOT final, and another class B extends it(B is mutable), is there any way the immutability of A can be affected ...