Interface SerializerFactory<T extends Serializer>

    • Method Detail

      • newSerializer

        T newSerializer​(Kryo kryo,
                        Class type)
        Creates and configures a new serializer.
        Parameters:
        kryo - The Kryo instance that will be used with the new serializer.
        type - The type of the object that the serializer will serialize.
      • isSupported

        boolean isSupported​(Class type)
        Returns true if this factory can create a serializer for the specified type.