Class IdentityObjectTable
java.lang.Object
org.wildfly.clustering.marshalling.jboss.IdentityObjectTable
- All Implemented Interfaces:
org.jboss.marshalling.ObjectTable
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.marshalling.ObjectTable
org.jboss.marshalling.ObjectTable.Writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.ObjectTable.WritergetObjectWriter(Object object) readObject(org.jboss.marshalling.Unmarshaller unmarshaller)
-
Constructor Details
-
IdentityObjectTable
-
-
Method Details
-
getObjectWriter
- Specified by:
getObjectWriterin interfaceorg.jboss.marshalling.ObjectTable- Throws:
IOException
-
readObject
public Object readObject(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException, ClassNotFoundException - Specified by:
readObjectin interfaceorg.jboss.marshalling.ObjectTable- Throws:
IOExceptionClassNotFoundException
-