Class ExternalizerAdapter
java.lang.Object
org.wildfly.clustering.marshalling.jboss.externalizer.ExternalizerAdapter
- All Implemented Interfaces:
Serializable,org.jboss.marshalling.Externalizer
@Deprecated
public class ExternalizerAdapter
extends Object
implements org.jboss.marshalling.Externalizer
Deprecated.
Adapts a
Externalizer to a JBoss Marshalling Externalizer.- Author:
- Paul Ferraro
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateExternal(Class<?> subjectType, ObjectInput input) Deprecated.voidwriteExternal(Object subject, ObjectOutput output) Deprecated.
-
Constructor Details
-
ExternalizerAdapter
Deprecated.
-
-
Method Details
-
writeExternal
Deprecated.- Specified by:
writeExternalin interfaceorg.jboss.marshalling.Externalizer- Throws:
IOException
-
createExternal
public Object createExternal(Class<?> subjectType, ObjectInput input) throws IOException, ClassNotFoundException Deprecated.- Specified by:
createExternalin interfaceorg.jboss.marshalling.Externalizer- Throws:
IOExceptionClassNotFoundException
-