Class IdentityClassTable
java.lang.Object
org.wildfly.clustering.marshalling.jboss.IdentityClassTable
- All Implemented Interfaces:
org.jboss.marshalling.ClassTable
A
ClassTable based on an IdentityTable.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.marshalling.ClassTable
org.jboss.marshalling.ClassTable.Writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.ClassTable.WritergetClassWriter(Class<?> targetClass) Class<?> readClass(org.jboss.marshalling.Unmarshaller unmarshaller)
-
Constructor Details
-
IdentityClassTable
-
-
Method Details
-
getClassWriter
public org.jboss.marshalling.ClassTable.Writer getClassWriter(Class<?> targetClass) throws IOException - Specified by:
getClassWriterin interfaceorg.jboss.marshalling.ClassTable- Throws:
IOException
-
readClass
public Class<?> readClass(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException, ClassNotFoundException - Specified by:
readClassin interfaceorg.jboss.marshalling.ClassTable- Throws:
IOExceptionClassNotFoundException
-