org.infinispan.marshall.jboss
Class SerializeWithExtFactory

java.lang.Object
  extended by org.infinispan.marshall.jboss.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
SerializeWithExtFactory()
           
 
Method Summary
 org.jboss.marshalling.Externalizer getExternalizer(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializeWithExtFactory

public SerializeWithExtFactory()
Method Detail

getExternalizer

public org.jboss.marshalling.Externalizer getExternalizer(Class<?> type)
Specified by:
getExternalizer in interface org.jboss.marshalling.ClassExternalizerFactory

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.