Class SerializeWithExtFactory
java.lang.Object
org.infinispan.jboss.marshalling.commons.SerializeWithExtFactory
- All Implemented Interfaces:
org.jboss.marshalling.ClassExternalizerFactory
public class SerializeWithExtFactory
extends Object
implements org.jboss.marshalling.ClassExternalizerFactory
JBoss Marshalling plugin class for
ClassExternalizerFactory
that
allows for Infinispan annotations to be used instead of JBoss Marshalling
ones in order to discover which classes are serializable with Infinispan
externalizers.- Since:
- 5.0
- Author:
- Galder ZamarreƱo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.Externalizer
getExternalizer
(Class<?> type)
-
Constructor Details
-
SerializeWithExtFactory
public SerializeWithExtFactory()
-
-
Method Details
-
getExternalizer
- Specified by:
getExternalizer
in interfaceorg.jboss.marshalling.ClassExternalizerFactory
-