public class SerializeWithExtFactory extends Object implements 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 |
---|---|
Externalizer |
getExternalizer(Class<?> type)
Look up a custom externalizer for a given object class.
|
public Externalizer getExternalizer(Class<?> type)
ClassExternalizerFactory
null
.getExternalizer
in interface ClassExternalizerFactory
type
- the type to be externalizednull
if there is noneCopyright © 2012 JBoss by Red Hat. All Rights Reserved.