JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Deprecated API
Contents
Interfaces
Classes
Fields
Methods
Deprecated Interfaces
Interface
Description
org.jboss.marshalling.Creator
This API is deprecated and will be removed in a future version.
Deprecated Classes
Class
Description
org.jboss.marshalling.reflect.PublicReflectiveCreator
this class simply delegates to
ReflectiveCreator
.
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.
Deprecated Fields
Field
Description
org.jboss.marshalling.river.Protocol.ID_CC_CONCURRENT_HASH_MAP
org.jboss.marshalling.river.Protocol.ID_CC_HASH_MAP
org.jboss.marshalling.river.Protocol.ID_CC_HASH_SET
org.jboss.marshalling.river.Protocol.ID_CC_HASHTABLE
org.jboss.marshalling.river.Protocol.ID_CC_LINKED_HASH_MAP
org.jboss.marshalling.river.Protocol.ID_CC_LINKED_HASH_SET
org.jboss.marshalling.river.Protocol.ID_CC_TREE_MAP
org.jboss.marshalling.river.Protocol.ID_CC_TREE_SET
Deprecated Methods
Method
Description
org.jboss.marshalling.cloner.SerializingCloner.ClonerPutField.write
(ObjectOutput)
org.jboss.marshalling.MarshallerObjectInputStream.readLine()
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.MarshallingConfiguration.getCreator()
no longer used in 1.4, will be removed in a future version
org.jboss.marshalling.MarshallingConfiguration.getExternalizerCreator()
no longer used in 1.4, will be removed in 1.4
org.jboss.marshalling.MarshallingConfiguration.getSerializedCreator()
no longer used in 1.4, will be removed in 1.4
org.jboss.marshalling.MarshallingConfiguration.setCreator
(Creator)
no longer used in 1.4, will be removed in a future version
org.jboss.marshalling.MarshallingConfiguration.setExternalizerCreator
(Creator)
no longer used in 1.4, will be removed in 1.4
org.jboss.marshalling.MarshallingConfiguration.setSerializedCreator
(Creator)
no longer used in 1.4, will be removed in 1.4
org.jboss.marshalling.ObjectInputStreamUnmarshaller.readLine()
org.jboss.marshalling.river.RiverObjectInputStream.readLine()
org.jboss.marshalling.river.RiverPutField.write
(ObjectOutput)
org.jboss.marshalling.UnmarshallingObjectInputStream.readLine()