-
Interfaces Interface Description org.jboss.marshalling.Creator This API is deprecated and will be removed in a future version.
-
Classes Class Description org.jboss.marshalling.reflect.PublicReflectiveCreator this class simply delegates toReflectiveCreator
.org.jboss.marshalling.reflect.ReflectiveCreator This class is no longer used and will be removed in a future version.org.jboss.marshalling.reflect.SunReflectiveCreator This creator is no longer used and will be removed in a future version.
-
Methods Method Description org.jboss.marshalling.MarshallerObjectInputStream.readLine() org.jboss.marshalling.Marshalling.getMarshallerFactory(String) It is recommended that you useMarshalling.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.ObjectInputStreamUnmarshaller.readLine() org.jboss.marshalling.reflect.SerializableClassRegistry.release(ClassLoader) No longer required.org.jboss.marshalling.reflect.SerializableField.getField() As of Java 9, accessible fields are generally disallowed; use the#setXXX(Object,value)
methods instead.org.jboss.marshalling.UnmarshallingObjectInputStream.readLine()