Uses of Class
org.jboss.marshalling.serial.SerialMarshaller
Packages that use SerialMarshaller
-
Uses of SerialMarshaller in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as SerialMarshallerModifier and TypeFieldDescriptionprivate final SerialMarshaller
BlockMarshaller.serialMarshaller
private final SerialMarshaller
SerialObjectOutputStream.serialMarshaller
Constructors in org.jboss.marshalling.serial with parameters of type SerialMarshallerModifierConstructorDescription(package private)
BlockMarshaller
(SerialMarshaller marshaller, int bufferSize) protected
SerialObjectOutputStream
(SerialMarshaller serialMarshaller, BlockMarshaller blockMarshaller)