Deprecated API


Contents
Deprecated Classes
org.infinispan.marshall.MarshallerImpl
          JBoss Marshaller based Marshaller is now use rather than this legacy home grown marshaller. This marshaller hasn't been removed yet so that we can can carry on comparing payload sizes between the different marshallers. This will specially help as JBoss Marshaller continues to provide more and more efficient payloads. 
org.infinispan.marshall.jboss.externalizers.StateTransferControlCommandExternalizer
          With new ObjecTable based solution, we're now fully in control of the stream, so no need to put class on the wire. As a result, we can use the exact same trick used by the old marshaller implementation which uses a RemoteCommandFactory to load the class. 
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.