Class SerdeProviderContextClass

java.lang.Object
com.espertech.esper.common.client.serde.SerdeProviderContextClass

public class SerdeProviderContextClass extends Object
For use with high-availability and scale-out only, this class provides contextual information about the class that we looking to serialize or de-serialize, for use with SerdeProvider
  • Constructor Details

    • SerdeProviderContextClass

      public SerdeProviderContextClass(EPTypeClass clazz, SerdeProviderAdditionalInfo additionalInfo)
      Ctor.
      Parameters:
      clazz - type
      additionalInfo - additional information on why and where a serde is need for this type
  • Method Details

    • getClazz

      public EPTypeClass getClazz()
      Returns the type to provide a serde for
      Returns:
      type
    • getAdditionalInfo

      public SerdeProviderAdditionalInfo getAdditionalInfo()
      Returns additional information on why and where a serde is need for this type
      Returns:
      info