effective-java-3e-source-code
effective-java-3e-source-code copied to clipboard
Add missing readResolve() method in serialization proxy example
In Item #90, the readResolve() method in the SerializationProxy class is mentioned in the book but it's missing in the source code.