Class JBossExternalizerAdapter
java.lang.Object
org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter
- All Implemented Interfaces:
Serializable
,org.jboss.marshalling.Externalizer
@Deprecated
public class JBossExternalizerAdapter
extends Object
implements org.jboss.marshalling.Externalizer
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11947.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJBossExternalizerAdapter
(Externalizer<? super Object> externalizer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreateExternal
(Class<?> targetClass, ObjectInput input) Deprecated.void
writeExternal
(Object subject, ObjectOutput output) Deprecated.
-
Constructor Details
-
JBossExternalizerAdapter
Deprecated.
-
-
Method Details
-
writeExternal
Deprecated.- Throws:
IOException
-
createExternal
public Object createExternal(Class<?> targetClass, ObjectInput input) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-