Interface | Description |
---|---|
Feature |
A feature is a behavior that we expect from an instantiator.
|
Class | Description |
---|---|
AbstractFeature |
Base class for features.
|
ExtendsNotSerializableParentClass |
No-arg of the first none serializable parent class is called.
|
ExtendsNotSerializableParentClass.ExtendsNotSerializable | |
ExtendsSerializableClass |
A class extending a serializable class can be instantiated without calling any constructor
|
ExtendsSerializableClass.ExtendsSerializable | |
NotSerializableClass |
Not serializable classes can't be instantiated.
|
NotSerializableClass.NotSerializable | |
ReadExternalNotCalled |
Externalizable methods should not be called during instantiation. |
ReadExternalNotCalled.ReadExternalAndAll | |
ReadObjectNotCalled |
Serializable special methods should not be called during instantiation. |
ReadObjectNotCalled.ReadObjectAndAll | |
SerializableClass |
A serializable class can be instantiated without calling any constructor
|
SerializableClass.IsSerializable |
Copyright © 2006–2021 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.