Uses of Interface
org.jboss.marshalling.ClassTable.Writer
Packages that use ClassTable.Writer
Package
Description
The marshalling API.
The River protocol implementation package.
-
Uses of ClassTable.Writer in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ClassTable.WriterModifier and TypeClassDescriptionfinal class
A writer for class or object tables which simply writes a flat sequence of bytes.private static final class
private static final class
Fields in org.jboss.marshalling declared as ClassTable.WriterModifier and TypeFieldDescriptionprivate static final ClassTable.Writer
ModularClassTable.CLASS_WRITER
private static final ClassTable.Writer
ModularClassTable.PROXY_WRITER
Fields in org.jboss.marshalling with type parameters of type ClassTable.WriterModifier and TypeFieldDescriptionprivate final List
<Pair<ClassTable, ClassTable.Writer>> ChainingClassTable.writers
Methods in org.jboss.marshalling that return ClassTable.WriterModifier and TypeMethodDescriptionChainingClassTable.getClassWriter
(Class<?> clazz) Determine whether the given class reference is a valid predefined reference.ClassTable.getClassWriter
(Class<?> clazz) Determine whether the given class reference is a valid predefined reference.ModularClassTable.getClassWriter
(Class<?> clazz) Determine whether the given class reference is a valid predefined reference.Methods in org.jboss.marshalling that return types with arguments of type ClassTable.WriterModifier and TypeMethodDescriptionprivate static Pair
<ClassTable, ClassTable.Writer> ChainingClassTable.pair
(ClassTable classTable, ClassTable.Writer writer) Methods in org.jboss.marshalling with parameters of type ClassTable.WriterModifier and TypeMethodDescriptionprivate static Pair
<ClassTable, ClassTable.Writer> ChainingClassTable.pair
(ClassTable classTable, ClassTable.Writer writer) -
Uses of ClassTable.Writer in org.jboss.marshalling.river
Methods in org.jboss.marshalling.river with parameters of type ClassTable.WriterModifier and TypeMethodDescriptionprivate void
RiverMarshaller.writeClassTableData
(Class<?> objClass, ClassTable.Writer classTableWriter)