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 classA writer for class or object tables which simply writes a flat sequence of bytes.private static final classprivate static final classFields in org.jboss.marshalling declared as ClassTable.WriterModifier and TypeFieldDescriptionprivate static final ClassTable.WriterModularClassTable.CLASS_WRITERprivate static final ClassTable.WriterModularClassTable.PROXY_WRITERFields in org.jboss.marshalling with type parameters of type ClassTable.WriterModifier and TypeFieldDescriptionprivate final List<Pair<ClassTable, ClassTable.Writer>> ChainingClassTable.writersMethods 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 voidRiverMarshaller.writeClassTableData(Class<?> objClass, ClassTable.Writer classTableWriter)