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
Methods in org.jboss.marshalling.serial that return SerialObjectOutputStream.State Modifier and Type Method Description static SerialObjectOutputStream.StateSerialObjectOutputStream.State. valueOf(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.
-