Package | Description |
---|---|
org.objenesis.tck.features |
Modifier and Type | Class and Description |
---|---|
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
|
Copyright © 2006–2023 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.