Class SerializeWithExtFactory
- java.lang.Object
-
- org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
-
- All Implemented Interfaces:
org.jboss.marshalling.ClassExternalizerFactory
public class SerializeWithExtFactory extends java.lang.Object implements org.jboss.marshalling.ClassExternalizerFactoryJBoss Marshalling plugin class forClassExternalizerFactorythat 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
Constructors Constructor Description SerializeWithExtFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.marshalling.ExternalizergetExternalizer(java.lang.Class<?> type)
-