Uses of Interface
org.jboss.marshalling.Unmarshaller
-
Packages that use Unmarshaller Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.cloner org.jboss.marshalling.river The River protocol implementation package.org.jboss.marshalling.serial -
-
Uses of Unmarshaller in org.jboss.marshalling
Classes in org.jboss.marshalling that implement Unmarshaller Modifier and Type Class Description classAbstractUnmarshallerAn abstract implementation of theUnmarshallerinterface.classObjectInputStreamUnmarshallerAn Unmarshaller which simply wraps an object stream.Fields in org.jboss.marshalling declared as Unmarshaller Modifier and Type Field Description private UnmarshallerMarshallerObjectInputStream. inputprivate UnmarshallerMarshallerObjectInput. unmarshallerprivate UnmarshallerUnmarshallingObjectInputStream. unmarshallerMethods in org.jboss.marshalling that return Unmarshaller Modifier and Type Method Description UnmarshallerMarshallerFactory. createUnmarshaller(MarshallingConfiguration configuration)Create an unmarshaller from this configuration.Methods in org.jboss.marshalling with parameters of type Unmarshaller Modifier and Type Method Description java.lang.Class<?>ChainingClassTable. readClass(Unmarshaller unmarshaller)Read a class from the stream.java.lang.Class<?>ClassTable. readClass(Unmarshaller unmarshaller)Read a class from the stream.java.lang.Class<?>ModularClassTable. readClass(Unmarshaller unmarshaller)Read a class from the stream.java.lang.ObjectChainingObjectTable. readObject(Unmarshaller unmarshaller)Read an instance from the stream.java.lang.ObjectObjectTable. readObject(Unmarshaller unmarshaller)Read an instance from the stream.java.lang.Class<?>AbstractClassResolver. resolveClass(Unmarshaller unmarshaller, java.lang.String name, long serialVersionUID)Load the local class for a class descriptor.java.lang.Class<?>ClassResolver. resolveClass(Unmarshaller unmarshaller, java.lang.String name, long serialVersionUID)Load the local class for a class descriptor.java.lang.Class<?>ModularClassResolver. resolveClass(Unmarshaller unmarshaller, java.lang.String className, long serialVersionUID)Load the local class for a class descriptor.java.lang.Class<?>AbstractClassResolver. resolveProxyClass(Unmarshaller unmarshaller, java.lang.String[] interfaces)Load a proxy class that implements the given interfaces.java.lang.Class<?>ClassResolver. resolveProxyClass(Unmarshaller unmarshaller, java.lang.String[] interfaces)Load a proxy class that implements the given interfaces.java.lang.Class<?>ModularClassResolver. resolveProxyClass(Unmarshaller unmarshaller, java.lang.String[] names)Load a proxy class that implements the given interfaces.Constructors in org.jboss.marshalling with parameters of type Unmarshaller Constructor Description MarshallerObjectInput(Unmarshaller unmarshaller)Construct a new instance.MarshallerObjectInputStream(Unmarshaller input)Construct a new instance which delegates to the given unmarshaller.UnmarshallingObjectInputStream(Unmarshaller unmarshaller, java.io.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. -
Uses of Unmarshaller in org.jboss.marshalling.cloner
Classes in org.jboss.marshalling.cloner that implement Unmarshaller Modifier and Type Class Description (package private) classSerializingCloner.StepObjectInput -
Uses of Unmarshaller in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement Unmarshaller Modifier and Type Class Description classBlockUnmarshallerclassRiverUnmarshallerMethods in org.jboss.marshalling.river that return Unmarshaller Modifier and Type Method Description UnmarshallerRiverMarshallerFactory. createUnmarshaller(MarshallingConfiguration configuration)Create an unmarshaller from this configuration. -
Uses of Unmarshaller in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement Unmarshaller Modifier and Type Class Description classBlockUnmarshallerclassSerialUnmarshallerMethods in org.jboss.marshalling.serial that return Unmarshaller Modifier and Type Method Description UnmarshallerSerialMarshallerFactory. createUnmarshaller(MarshallingConfiguration configuration)
-