org.granite.toplink
Class TopLinkExternalizer
java.lang.Object
org.granite.messaging.amf.io.util.externalizer.DefaultExternalizer
org.granite.toplink.TopLinkExternalizer
- All Implemented Interfaces:
- Externalizer
public class TopLinkExternalizer
- extends DefaultExternalizer
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopLinkExternalizer
public TopLinkExternalizer()
newInstance
public Object newInstance(String type,
ObjectInput in)
throws IOException,
ClassNotFoundException,
InstantiationException,
InvocationTargetException,
IllegalAccessException
- Specified by:
newInstance in interface Externalizer- Overrides:
newInstance in class DefaultExternalizer
- Throws:
IOException
ClassNotFoundException
InstantiationException
InvocationTargetException
IllegalAccessException
readExternal
public void readExternal(Object o,
ObjectInput in)
throws IOException,
ClassNotFoundException,
IllegalAccessException
- Specified by:
readExternal in interface Externalizer- Overrides:
readExternal in class DefaultExternalizer
- Throws:
IOException
ClassNotFoundException
IllegalAccessException
newIndirectCollection
protected oracle.toplink.essentials.indirection.IndirectContainer newIndirectCollection(AbstractExternalizablePersistentCollection value,
Type target)
writeExternal
public void writeExternal(Object o,
ObjectOutput out)
throws IOException,
IllegalAccessException
- Specified by:
writeExternal in interface Externalizer- Overrides:
writeExternal in class DefaultExternalizer
- Throws:
IOException
IllegalAccessException
newExternalizableCollection
protected AbstractExternalizablePersistentCollection newExternalizableCollection(oracle.toplink.essentials.indirection.IndirectContainer value)
accept
public int accept(Class<?> clazz)
- Specified by:
accept in interface Externalizer- Overrides:
accept in class DefaultExternalizer
isRegularEntity
protected boolean isRegularEntity(Class<?> clazz)