JBoss Marshalling 1.3.0.CR9

Deprecated API


Contents
Deprecated Methods
org.jboss.marshalling.MarshallingConfiguration.getCreator()
          Use MarshallingConfiguration.getExternalizerCreator() or MarshallingConfiguration.getSerializedCreator() instead. 
org.jboss.marshalling.Marshalling.getMarshallerFactory(String)
          It is recommended that you use Marshalling.getProvidedMarshallerFactory(String) instead; using the context class loader to find a marshalling implementation is risky at best as the user may have just about anything on their class path. 
org.jboss.marshalling.UnmarshallingObjectInputStream.readLine()
           
org.jboss.marshalling.ObjectInputStreamUnmarshaller.readLine()
           
org.jboss.marshalling.MarshallerObjectInputStream.readLine()
           
org.jboss.marshalling.MarshallingConfiguration.setCreator(Creator)
          Use MarshallingConfiguration.setExternalizerCreator(Creator) or MarshallingConfiguration.setSerializedCreator(Creator) instead. 
 


JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.