public class SerializeWithExtFactory
extends java.lang.Object
implements org.jboss.marshalling.ClassExternalizerFactory
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.| Constructor and Description |
|---|
SerializeWithExtFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.marshalling.Externalizer |
getExternalizer(java.lang.Class<?> type) |