Uses of Class
org.jboss.marshalling.serial.SerialUnmarshaller
-
Packages that use SerialUnmarshaller Package Description org.jboss.marshalling.serial -
-
Uses of SerialUnmarshaller in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as SerialUnmarshaller Modifier and Type Field Description private SerialUnmarshallerBlockUnmarshaller. serialUnmarshallerprivate SerialUnmarshallerSerialObjectInputStream. serialUnmarshallerMethods in org.jboss.marshalling.serial with parameters of type SerialUnmarshaller Modifier and Type Method Description (package private) voidPlainDescriptor. defaultReadFields(SerialUnmarshaller serialUnmarshaller, java.lang.Object subject)(package private) voidUnknownDescriptor. discardFields(SerialUnmarshaller serialUnmarshaller)private voidPlainDescriptor. doReadObject(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)(package private) java.io.ObjectInputStream.GetFieldPlainDescriptor. getField(SerialUnmarshaller serialUnmarshaller, SerializableClass sc)protected abstract voidDescriptor. readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)protected voidNoDataDescriptor. readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)protected voidPlainDescriptor. readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)protected voidUnknownDescriptor. readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)Constructors in org.jboss.marshalling.serial with parameters of type SerialUnmarshaller Constructor Description BlockUnmarshaller(SerialUnmarshaller serialUnmarshaller)SerialObjectInputStream(SerialUnmarshaller serialUnmarshaller)
-