Log in
Interface

DataSerializerInterface

Magento\DataExporter\Model\Indexer\DataSerializerInterface

What it does

This interface defines a contract for serializing feed data in Magento's data export system.

Developers implement this interface to create custom serializers that transform array data into a specific format before it's exported to external systems or services, using feed metadata and export status to control the serialization process.

Public Methods

  • serialize()