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 SerialUnmarshallerBlockUnmarshaller.serialUnmarshallerprivate final SerialUnmarshallerSerialObjectInputStream.serialUnmarshallerMethods in org.jboss.marshalling.serial with parameters of type SerialUnmarshallerModifier and TypeMethodDescription(package private) voidPlainDescriptor.defaultReadFields(SerialUnmarshaller serialUnmarshaller, Object subject) (package private) voidUnknownDescriptor.discardFields(SerialUnmarshaller serialUnmarshaller) private voidPlainDescriptor.doReadObject(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) (package private) ObjectInputStream.GetFieldPlainDescriptor.getField(SerialUnmarshaller serialUnmarshaller, SerializableClass sc) protected abstract voidDescriptor.readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) protected voidNoDataDescriptor.readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) protected voidPlainDescriptor.readSerial(SerialUnmarshaller serialUnmarshaller, SerializableClass sc, Object subject) protected voidUnknownDescriptor.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)