Uses of Interface
org.jboss.marshalling.Unmarshaller
Packages that use Unmarshaller
-
Uses of Unmarshaller in org.jboss.marshalling
Classes in org.jboss.marshalling that implement UnmarshallerModifier and TypeClassDescriptionclassAn abstract implementation of theUnmarshallerinterface.classAn Unmarshaller which simply wraps an object stream.Methods in org.jboss.marshalling that return UnmarshallerModifier and TypeMethodDescriptionMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration) Create an unmarshaller from this configuration.Methods in org.jboss.marshalling with parameters of type UnmarshallerModifier and TypeMethodDescriptionClass<?>ClassTable.readClass(Unmarshaller unmarshaller) Read a class from the stream.Class<?>ChainingClassTable.readClass(Unmarshaller unmarshaller) Read a class from the stream.Class<?>ModularClassTable.readClass(Unmarshaller unmarshaller) Read a class from the stream.ChainingObjectTable.readObject(Unmarshaller unmarshaller) Read an instance from the stream.ObjectTable.readObject(Unmarshaller unmarshaller) Read an instance from the stream.Class<?>AbstractClassResolver.resolveClass(Unmarshaller unmarshaller, String name, long serialVersionUID) Load the local class for a class descriptor.Class<?>ClassResolver.resolveClass(Unmarshaller unmarshaller, String name, long serialVersionUID) Load the local class for a class descriptor.Class<?>ModularClassResolver.resolveClass(Unmarshaller unmarshaller, String className, long serialVersionUID) Load the local class for a class descriptor.Class<?>AbstractClassResolver.resolveProxyClass(Unmarshaller unmarshaller, String[] interfaces) Load a proxy class that implements the given interfaces.Class<?>ClassResolver.resolveProxyClass(Unmarshaller unmarshaller, String[] interfaces) Load a proxy class that implements the given interfaces.Class<?>ModularClassResolver.resolveProxyClass(Unmarshaller unmarshaller, String[] names) Load a proxy class that implements the given interfaces.Constructors in org.jboss.marshalling with parameters of type UnmarshallerModifierConstructorDescriptionMarshallerObjectInput(Unmarshaller unmarshaller) Construct a new instance.protectedConstruct a new instance which delegates to the given unmarshaller.UnmarshallingObjectInputStream(Unmarshaller unmarshaller, InputStream stream) Construct a new instance which delegates to the given unmarshaller, reading from the given input.UnmarshallingObjectInputStream(Unmarshaller unmarshaller, ByteInput byteInput) Construct a new instance which delegates to the given unmarshaller, reading from the given input.