Class ExternalizerObjectTable
java.lang.Object
org.wildfly.clustering.marshalling.jboss.externalizer.ExternalizerObjectTable
- All Implemented Interfaces:
org.jboss.marshalling.ObjectTable
@Deprecated
public class ExternalizerObjectTable
extends Object
implements org.jboss.marshalling.ObjectTable
Deprecated.
ObjectTable implementation that dynamically loads Externalizer instances available from a given ClassLoader.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.marshalling.ObjectTable
org.jboss.marshalling.ObjectTable.Writer -
Constructor Summary
ConstructorsConstructorDescriptionExternalizerObjectTable(List<Externalizer<?>> externalizers) Deprecated.ExternalizerObjectTable(Externalizer<?>... externalizers) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.ObjectTable.WritergetObjectWriter(Object object) Deprecated.readObject(org.jboss.marshalling.Unmarshaller unmarshaller) Deprecated.
-
Constructor Details
-
ExternalizerObjectTable
Deprecated. -
ExternalizerObjectTable
Deprecated.
-
-
Method Details
-
getObjectWriter
Deprecated.- Specified by:
getObjectWriterin interfaceorg.jboss.marshalling.ObjectTable- Throws:
IOException
-
readObject
public Object readObject(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException, ClassNotFoundException Deprecated.- Specified by:
readObjectin interfaceorg.jboss.marshalling.ObjectTable- Throws:
IOExceptionClassNotFoundException
-