Joe Soltzberg

85%
Flag icon
This technique is known as the serialization proxy pattern. The serialization proxy pattern is reasonably straightforward. First, design a private static nested class that concisely represents the logical state of an instance of the enclosing class. This nested class is known as the serialization proxy of the enclosing class. It should have a single constructor, whose parameter type is the enclosing class.
Effective Java
Rate this book
Clear rating
Open Preview