Deprecated API


Contents
Deprecated Interfaces
org.jboss.marshalling.ExternalizerFactory
          Please see ClassExternalizerFactory. 
 

Deprecated Methods
org.jboss.marshalling.MarshallingConfiguration.getExternalizerFactory()
          Use MarshallingConfiguration.getClassExternalizerFactory() instead. 
org.jboss.marshalling.Marshalling.nullExternalizerFactory()
          Use Marshalling.nullClassExternalizerFactory() instead. 
org.jboss.marshalling.ObjectInputStreamUnmarshaller.readLine()
           
org.jboss.marshalling.MarshallerObjectInputStream.readLine()
           
org.jboss.marshalling.MarshallingObjectInputStream.readLine()
           
org.jboss.marshalling.serialization.java.JavaSerializationUnmarshaller.readLine()
           
org.jboss.marshalling.MarshallingConfiguration.setExternalizerFactory(ExternalizerFactory)
          Use MarshallingConfiguration.setClassExternalizerFactory(ClassExternalizerFactory) instead. 
org.jboss.marshalling.river.RiverPutField.write(ObjectOutput)