Uses of Class
org.jboss.marshalling.serial.SerialUnmarshaller
Packages that use SerialUnmarshaller
-
Uses of SerialUnmarshaller in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as SerialUnmarshallerModifier and TypeFieldDescriptionprivate final SerialUnmarshaller
BlockUnmarshaller.serialUnmarshaller
private final SerialUnmarshaller
SerialObjectInputStream.serialUnmarshaller
Methods in org.jboss.marshalling.serial with parameters of type SerialUnmarshallerModifier and TypeMethodDescription(package private) void
PlainDescriptor.defaultReadFields
(SerialUnmarshaller serialUnmarshaller, Object subject) (package private) void
UnknownDescriptor.discardFields
(SerialUnmarshaller serialUnmarshaller) private void
PlainDescriptor.doReadObject
(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) (package private) ObjectInputStream.GetField
PlainDescriptor.getField
(SerialUnmarshaller serialUnmarshaller, SerializableClass sc) protected abstract void
Descriptor.readSerial
(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) protected void
NoDataDescriptor.readSerial
(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) protected void
PlainDescriptor.readSerial
(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) protected void
UnknownDescriptor.readSerial
(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) Constructors in org.jboss.marshalling.serial with parameters of type SerialUnmarshallerModifierConstructorDescription(package private)
BlockUnmarshaller
(SerialUnmarshaller serialUnmarshaller) (package private)
SerialObjectInputStream
(SerialUnmarshaller serialUnmarshaller)