Class JsonSerializerFactory


  • @Factory
    @Requires(classes=com.oracle.coherence.io.json.JsonSerializer.class)
    public class JsonSerializerFactory
    extends java.lang.Object
    A factory that provides a JsonSerializer beans.

    This factory is only enabled when the coherence-json module is on the classpath

    Since:
    1.0
    Author:
    Jonathan Knight
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.tangosol.io.Serializer defaultSerializer()
      A factory method to produce the default Java Serializer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonSerializerFactory

        public JsonSerializerFactory()
    • Method Detail

      • defaultSerializer

        @Named("json")
        @Singleton
        public com.tangosol.io.Serializer defaultSerializer()
        A factory method to produce the default Java Serializer.
        Returns:
        the default Java Serializer