Uses of Class
org.jboss.marshalling.serial.PlainDescriptor
-
Packages that use PlainDescriptor Package Description org.jboss.marshalling.serial -
-
Uses of PlainDescriptor in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as PlainDescriptor Modifier and Type Field Description private PlainDescriptor
SerialObjectInputStream. currentDescriptor
Methods in org.jboss.marshalling.serial that return PlainDescriptor Modifier and Type Method Description (package private) PlainDescriptor
SerialObjectInputStream. saveCurrentDescriptor(PlainDescriptor currentDescriptor)
Methods in org.jboss.marshalling.serial with parameters of type PlainDescriptor Modifier and Type Method Description (package private) PlainDescriptor
SerialObjectInputStream. saveCurrentDescriptor(PlainDescriptor currentDescriptor)
(package private) void
SerialObjectInputStream. setCurrentDescriptor(PlainDescriptor currentDescriptor)
-