Uses of Class
org.jboss.marshalling.serial.SerialObjectOutputStream
-
Packages that use SerialObjectOutputStream Package Description org.jboss.marshalling.serial -
-
Uses of SerialObjectOutputStream in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as SerialObjectOutputStream Modifier and Type Field Description private SerialObjectOutputStream
SerialMarshaller. oos
Fields in org.jboss.marshalling.serial with type parameters of type SerialObjectOutputStream Modifier and Type Field Description private java.security.PrivilegedExceptionAction<SerialObjectOutputStream>
SerialMarshaller. createObjectOutputStreamAction
Methods in org.jboss.marshalling.serial that return SerialObjectOutputStream Modifier and Type Method Description private SerialObjectOutputStream
SerialMarshaller. createObjectOutputStream()
private SerialObjectOutputStream
SerialMarshaller. getObjectOutputStream()
-