Class SimpleClassTable
java.lang.Object
org.wildfly.clustering.marshalling.jboss.SimpleClassTable
- All Implemented Interfaces:
org.jboss.marshalling.ClassTable
- Direct Known Subclasses:
DynamicClassTable
Simple
ClassTable implementation based on an array of recognized classes.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.marshalling.ClassTable
org.jboss.marshalling.ClassTable.Writer -
Constructor Summary
ConstructorsConstructorDescriptionSimpleClassTable(Class<?>... classes) SimpleClassTable(List<Class<?>> classes) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.ClassTable.WritergetClassWriter(Class<?> targetClass) Class<?>readClass(org.jboss.marshalling.Unmarshaller input)
-
Constructor Details
-
SimpleClassTable
-
SimpleClassTable
-
-
Method Details
-
getClassWriter
- Specified by:
getClassWriterin interfaceorg.jboss.marshalling.ClassTable
-
readClass
- Specified by:
readClassin interfaceorg.jboss.marshalling.ClassTable- Throws:
IOException
-