Uses of Class
org.jboss.marshalling.river.RiverMarshaller
-
Packages that use RiverMarshaller Package Description org.jboss.marshalling.river The River protocol implementation package. -
-
Uses of RiverMarshaller in org.jboss.marshalling.river
Fields in org.jboss.marshalling.river declared as RiverMarshaller Modifier and Type Field Description private RiverMarshaller
RiverObjectOutputStream. marshaller
private RiverMarshaller
BlockMarshaller. riverMarshaller
Constructors in org.jboss.marshalling.river with parameters of type RiverMarshaller Constructor Description BlockMarshaller(RiverMarshaller riverMarshaller, int blockSize)
RiverObjectOutputStream(Marshaller delegateMarshaller, RiverMarshaller marshaller)
-