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