Class JBossExternalizerAdapter
java.lang.Object
org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter
- All Implemented Interfaces:
Serializable,org.jboss.marshalling.Externalizer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJBossExternalizerAdapter(org.infinispan.commons.marshall.Externalizer<? super Object> externalizer) -
Method Summary
Modifier and TypeMethodDescriptioncreateExternal(Class<?> targetClass, ObjectInput input) voidwriteExternal(Object subject, ObjectOutput output)
-
Constructor Details
-
JBossExternalizerAdapter
public JBossExternalizerAdapter(org.infinispan.commons.marshall.Externalizer<? super Object> externalizer)
-
-
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
-