Uses of Class
org.jboss.marshalling.river.RiverUnmarshaller
-
Packages that use RiverUnmarshaller Package Description org.jboss.marshalling.river The River protocol implementation package. -
-
Uses of RiverUnmarshaller in org.jboss.marshalling.river
Fields in org.jboss.marshalling.river declared as RiverUnmarshaller Modifier and Type Field Description private RiverUnmarshallerBlockUnmarshaller. riverUnmarshallerprivate RiverUnmarshallerRiverObjectInputStream. unmarshallerConstructors in org.jboss.marshalling.river with parameters of type RiverUnmarshaller Constructor Description BlockUnmarshaller(RiverUnmarshaller riverUnmarshaller)RiverObjectInputStream(RiverUnmarshaller riverUnmarshaller, BlockUnmarshaller delegateUnmarshaller)
-