Uses of Class
org.jboss.marshalling.serial.SerialObjectOutputStream.State
-
Packages that use SerialObjectOutputStream.State Package Description org.jboss.marshalling.serial -
-
Uses of SerialObjectOutputStream.State in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as SerialObjectOutputStream.State Modifier and Type Field Description private SerialObjectOutputStream.State
SerialObjectOutputStream. state
Methods in org.jboss.marshalling.serial that return SerialObjectOutputStream.State Modifier and Type Method Description (package private) SerialObjectOutputStream.State
SerialObjectOutputStream. restoreState(SerialObjectOutputStream.State state)
(package private) SerialObjectOutputStream.State
SerialObjectOutputStream. saveState()
static SerialObjectOutputStream.State
SerialObjectOutputStream.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SerialObjectOutputStream.State[]
SerialObjectOutputStream.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.marshalling.serial with parameters of type SerialObjectOutputStream.State Modifier and Type Method Description (package private) SerialObjectOutputStream.State
SerialObjectOutputStream. restoreState(SerialObjectOutputStream.State state)
-