Class SerializerFactory.BaseSerializerFactory<T extends Serializer>

    • Constructor Detail

      • BaseSerializerFactory

        public BaseSerializerFactory()
    • Method Detail

      • isSupported

        public boolean isSupported​(java.lang.Class type)
        Description copied from interface: SerializerFactory
        Returns true if this factory can create a serializer for the specified type.
        Specified by:
        isSupported in interface SerializerFactory<T extends Serializer>