Uses of Class
org.jboss.marshalling.serial.SerialObjectInputStream
-
Packages that use SerialObjectInputStream Package Description org.jboss.marshalling.serial -
-
Uses of SerialObjectInputStream in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as SerialObjectInputStream Modifier and Type Field Description private SerialObjectInputStream
SerialUnmarshaller. ois
Fields in org.jboss.marshalling.serial with type parameters of type SerialObjectInputStream Modifier and Type Field Description private java.security.PrivilegedExceptionAction<SerialObjectInputStream>
SerialUnmarshaller. createObjectOutputStreamAction
Methods in org.jboss.marshalling.serial that return SerialObjectInputStream Modifier and Type Method Description private SerialObjectInputStream
SerialUnmarshaller. createObjectInputStream()
(package private) SerialObjectInputStream
SerialUnmarshaller. getObjectInputStream()
-