|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed: Marker interface that enables object to be saved and restored using the
org.erights.e.elib.serial.SerializationStream
and
org.erights.e.elib.serial.UnserializationStream
as parameterized by
org.erights.e.extern.persist.PersistenceReplacer
and
org.erights.e.extern.persist.PersistenceReviver
.
This interface helps to determine whether an object org.erights.e.elib.ref.Ref#isPersistent(Object)
.
Field Summary | |
static ConstSubclassSet |
HONORARY
Enabled: HONORARY (effectively) contains all the classes named in HONORED_NAMES and all their subclasses. |
static String[] |
HONORED_NAMES
Enabled: List of Java library classes to be considered persistent. |
static long |
serialVersionUID
Enabled: |
Field Detail |
public static final long serialVersionUID
public static final String[] HONORED_NAMES
This is because, since they are JavaSoft's, we obviously can't go back and modify them to implement the Persistent interface, but we equally obviously want people to be able to use them as if we had.
public static final ConstSubclassSet HONORARY
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |