Json
Magento\InventoryImportExport\Model\Import\Serializer\Json
What it does
This class provides JSON serialization and deserialization functionality specifically for the Inventory Import/Export module.
Developers use it when importing or exporting inventory data to convert between PHP arrays/objects and JSON strings.
It acts as a wrapper around Magento's core serializer interface, maintaining backward compatibility with deprecated jsonEncode/jsonDecode methods.
Public Methods
- jsonEncode()
- jsonDecode()
- serialize()
- unserialize()