Class SerializerFactory.FieldSerializerFactory

    • Method Detail

      • newSerializer

        public FieldSerializer newSerializer​(Kryo kryo,
                                             java.lang.Class type)
        Description copied from interface: SerializerFactory
        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.