public static interface ExternalizableHelper.XmlBeanClassCache
Modifier and Type | Method and Description |
---|---|
Class |
getClass(int nId,
ClassLoader loader)
Look up the class for the specified ID.
|
int |
getClassId(Class clz)
Look up the class ID for the specified class.
|
void |
init(XmlElement xml)
Initialize the XmlBeanClassCache.
|
void init(XmlElement xml)
xml
- the XML configuration for the cacheint getClassId(Class clz)
clz
- the class to look upClass getClass(int nId, ClassLoader loader)
nId
- the class IDloader
- the ClassLoader for the class to load