Class ExternalizerAdapter
java.lang.Object
org.wildfly.clustering.marshalling.jboss.ExternalizerAdapter
- All Implemented Interfaces:
Serializable,org.jboss.marshalling.Externalizer
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) voidwriteExternal(Object subject, ObjectOutput output)
-
Constructor Details
-
ExternalizerAdapter
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceorg.jboss.marshalling.Externalizer- Throws:
IOException
-
createExternal
public Object createExternal(Class<?> subjectType, ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
createExternalin interfaceorg.jboss.marshalling.Externalizer- Throws:
IOExceptionClassNotFoundException
-