Class JBossExternalizerAdapter
java.lang.Object
org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter
- All Implemented Interfaces:
Serializable,org.jboss.marshalling.Externalizer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateExternal(Class<?> targetClass, ObjectInput input) voidwriteExternal(Object subject, ObjectOutput output)
-
Constructor Details
-
JBossExternalizerAdapter
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceorg.jboss.marshalling.Externalizer- Throws:
IOException
-
createExternal
public Object createExternal(Class<?> targetClass, ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
createExternalin interfaceorg.jboss.marshalling.Externalizer- Throws:
IOExceptionClassNotFoundException
-