class |
ExtendsNotSerializableParentClass |
No-arg of the first none serializable parent class is called.
|
class |
ExtendsSerializableClass |
A class extending a serializable class can be instantiated without calling any constructor
|
class |
NotSerializableClass |
Not serializable classes can't be instantiated.
|
class |
ReadExternalNotCalled |
Externalizable methods should not be called during instantiation.
|
class |
ReadObjectNotCalled |
Serializable special methods should not be called during instantiation.
|
class |
SerializableClass |
A serializable class can be instantiated without calling any constructor
|