Class SerializeWithExtFactory

java.lang.Object
org.infinispan.jboss.marshalling.commons.SerializeWithExtFactory
All Implemented Interfaces:
org.jboss.marshalling.ClassExternalizerFactory

@Deprecated public class SerializeWithExtFactory extends Object implements org.jboss.marshalling.ClassExternalizerFactory
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11947.
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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.marshalling.Externalizer
    Deprecated.
     
  • Constructor Details

    • SerializeWithExtFactory

      public SerializeWithExtFactory()
      Deprecated.
  • Method Details

    • getExternalizer

      public org.jboss.marshalling.Externalizer getExternalizer(Class<?> type)
      Deprecated.