Interface SerializerFactory

    • Method Detail

      • newSerializer

        Serializer newSerializer​(Kryo kryo,
                                 java.lang.Class<?> type)
        Creates a new serializer
        Parameters:
        kryo - The serializer instance requesting the new serializer.
        type - The type of the object that is to be serialized.
        Returns:
        An implementation of a serializer that is able to serialize an object of type type.