1 <p> This Serializable class is an inner class. Any attempt to serialize
2 it will also serialize the associated outer instance. The outer instance is serializable,
3 so this won't fail, but it might serialize a lot more data than intended.
4 If possible, making the inner class a static inner class (also known as a nested class) should solve the