Uses of Enum
org.jboss.marshalling.serial.SerialObjectOutputStream.State
Packages that use SerialObjectOutputStream.State
-
Uses of SerialObjectOutputStream.State in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as SerialObjectOutputStream.StateModifier and TypeFieldDescriptionprivate SerialObjectOutputStream.State
SerialObjectOutputStream.state
Methods in org.jboss.marshalling.serial that return SerialObjectOutputStream.StateModifier and TypeMethodDescription(package private) SerialObjectOutputStream.State
SerialObjectOutputStream.restoreState
(SerialObjectOutputStream.State state) (package private) SerialObjectOutputStream.State
SerialObjectOutputStream.saveState()
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.StateModifier and TypeMethodDescription(package private) SerialObjectOutputStream.State
SerialObjectOutputStream.restoreState
(SerialObjectOutputStream.State state)