Uses of Class
org.jboss.marshalling.river.RiverMarshaller
Packages that use RiverMarshaller
-
Uses of RiverMarshaller in org.jboss.marshalling.river
Fields in org.jboss.marshalling.river declared as RiverMarshallerModifier and TypeFieldDescriptionprivate final RiverMarshaller
RiverObjectOutputStream.marshaller
private final RiverMarshaller
BlockMarshaller.riverMarshaller
Constructors in org.jboss.marshalling.river with parameters of type RiverMarshallerModifierConstructorDescription(package private)
BlockMarshaller
(RiverMarshaller riverMarshaller, int blockSize) protected
RiverObjectOutputStream
(Marshaller delegateMarshaller, RiverMarshaller marshaller)