effective-java-3e-source-code icon indicating copy to clipboard operation
effective-java-3e-source-code copied to clipboard

Add missing readResolve() method in serialization proxy example

Open oscar-lopez opened this issue 5 years ago • 0 comments

In Item #90, the readResolve() method in the SerializationProxy class is mentioned in the book but it's missing in the source code.

oscar-lopez avatar Oct 10 '20 07:10 oscar-lopez