1. Serializing immutable java classes to actionscript with LCDS stackoverflow.comI'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.comWhen 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 ... |