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 SerialUnmarshaller
BlockUnmarshaller. serialUnmarshaller
private SerialUnmarshaller
SerialObjectInputStream. serialUnmarshaller
Methods in org.jboss.marshalling.serial with parameters of type SerialUnmarshaller Modifier and Type Method Description (package private) void
PlainDescriptor. defaultReadFields(SerialUnmarshaller serialUnmarshaller, java.lang.Object subject)
(package private) void
UnknownDescriptor. discardFields(SerialUnmarshaller serialUnmarshaller)
private void
PlainDescriptor. doReadObject(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)
(package private) java.io.ObjectInputStream.GetField
PlainDescriptor. getField(SerialUnmarshaller serialUnmarshaller, SerializableClass sc)
protected abstract void
Descriptor. readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)
protected void
NoDataDescriptor. readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)
protected void
PlainDescriptor. readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, java.lang.Object subject)
protected void
UnknownDescriptor. 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)
-