public class TopLinkExternalizer extends DefaultExternalizer
BYTES_0, constructors, dynamicClass, orderedFields, orderedSetterFields| Constructor and Description |
|---|
TopLinkExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
int |
accept(Class<?> clazz) |
protected boolean |
isRegularEntity(Class<?> clazz) |
protected AbstractExternalizablePersistentCollection |
newExternalizableCollection(oracle.toplink.essentials.indirection.IndirectContainer value) |
protected oracle.toplink.essentials.indirection.IndirectContainer |
newIndirectCollection(AbstractExternalizablePersistentCollection value,
Type target) |
Object |
newInstance(String type,
ObjectInput in) |
void |
readExternal(Object o,
ObjectInput in) |
void |
writeExternal(Object o,
ObjectOutput out) |
configure, findDefaultConstructor, findOrderedFields, findOrderedFields, isPropertyIgnored, isPropertyIgnored, isValueIgnoredpublic TopLinkExternalizer()
public Object newInstance(String type, ObjectInput in) throws IOException, ClassNotFoundException, InstantiationException, InvocationTargetException, IllegalAccessException
newInstance in interface ExternalizernewInstance in class DefaultExternalizerIOExceptionClassNotFoundExceptionInstantiationExceptionInvocationTargetExceptionIllegalAccessExceptionpublic void readExternal(Object o, ObjectInput in) throws IOException, ClassNotFoundException, IllegalAccessException
readExternal in interface ExternalizerreadExternal in class DefaultExternalizerIOExceptionClassNotFoundExceptionIllegalAccessExceptionprotected oracle.toplink.essentials.indirection.IndirectContainer newIndirectCollection(AbstractExternalizablePersistentCollection value, Type target)
public void writeExternal(Object o, ObjectOutput out) throws IOException, IllegalAccessException
writeExternal in interface ExternalizerwriteExternal in class DefaultExternalizerIOExceptionIllegalAccessExceptionprotected AbstractExternalizablePersistentCollection newExternalizableCollection(oracle.toplink.essentials.indirection.IndirectContainer value)
public int accept(Class<?> clazz)
accept in interface Externalizeraccept in class DefaultExternalizerprotected boolean isRegularEntity(Class<?> clazz)