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) |
Modifier and Type | Method and Description |
---|---|
org.jboss.marshalling.ClassTable.Writer |
getClassWriter(Class<?> clazz) |
Class<?> |
readClass(org.jboss.marshalling.Unmarshaller unmarshaller) |
public SimpleClassTable(Class<?>... classes)
public org.jboss.marshalling.ClassTable.Writer getClassWriter(Class<?> clazz)
getClassWriter
in interface org.jboss.marshalling.ClassTable
public Class<?> readClass(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException
readClass
in interface org.jboss.marshalling.ClassTable
IOException
Copyright © 2015 JBoss by Red Hat. All rights reserved.