org.jboss.serial.util
Interface ClassMetaConsts
- All Known Implementing Classes:
- ClassMetaData, ClassMetaDataSlot, ClassMetamodelFactory, ConstructorManager, DefaultConstructorManager, ObjectDescriptorFactory, ObjectsCache, SafeCloningRepository, SunConstructorManager
public interface ClassMetaConsts
Contribution made by Bob Morris.
To improve performance we should use EMPTY_CLASS_ARRAY and EMPTY_OBJECT_ARRAY instead of creating an instance every time we need.
- Author:
- Bob Morris
REFERENCE_TYPE_IN_USE
static final int REFERENCE_TYPE_IN_USE
- See Also:
- Constant Field Values
EMPTY_CLASS_ARRY
static final java.lang.Class[] EMPTY_CLASS_ARRY
EMPTY_OBJECT_ARRAY
static final java.lang.Object[] EMPTY_OBJECT_ARRAY
emptyReference
static final PersistentReference emptyReference
identityHashStrategy
static final gnu.trove.TObjectHashingStrategy identityHashStrategy
JBoss Serialization, a new approach to java-serialization.