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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JBossExternalizerAdapter(Externalizer<? super Object> externalizer)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
createExternal(Class<?> targetClass, ObjectInput input)
Deprecated.void
writeExternal(Object subject, ObjectOutput output)
Deprecated.
-
-
-
Constructor Detail
-
JBossExternalizerAdapter
public JBossExternalizerAdapter(Externalizer<? super Object> externalizer)
Deprecated.
-
-
Method Detail
-
writeExternal
public void writeExternal(Object subject, ObjectOutput output) throws IOException
Deprecated.- Throws:
IOException
-
createExternal
public Object createExternal(Class<?> targetClass, ObjectInput input) throws IOException, ClassNotFoundException
Deprecated.- Throws:
IOException
ClassNotFoundException
-
-