public class SimpleClassTable extends Object implements org.jboss.marshalling.ClassTable
ClassTable implementation based on an array of recognized classes.| Constructor and Description |
|---|
SimpleClassTable(Class<?>... classes) |
SimpleClassTable(List<Class<?>> classes) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.marshalling.ClassTable.Writer |
getClassWriter(Class<?> targetClass) |
Class<?> |
readClass(org.jboss.marshalling.Unmarshaller input) |
public SimpleClassTable(Class<?>... classes)
public org.jboss.marshalling.ClassTable.Writer getClassWriter(Class<?> targetClass)
getClassWriter in interface org.jboss.marshalling.ClassTablepublic Class<?> readClass(org.jboss.marshalling.Unmarshaller input) throws IOException
readClass in interface org.jboss.marshalling.ClassTableIOExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.