Class ModularClassResolver

java.lang.Object
org.jboss.marshalling.ModularClassResolver
All Implemented Interfaces:
ClassResolver

public final class ModularClassResolver extends Object implements ClassResolver
A class table which implements an alternate class resolution strategy based on JBoss Modules. Each class name is stored along with its corresponding module identifier, which allows the object graph to be exactly reconstituted on the remote side. This class should be used when the marshalling and unmarshalling side may have differing class files.