dereuromark / cakephp-queue

Queue plugin for CakePHP - simple, pure PHP and without dependencies.
MIT License
306 stars 137 forks source link

Allow configuration of Serializer #353

Closed dereuromark closed 1 year ago

dereuromark commented 1 year ago

Resolves https://github.com/dereuromark/cakephp-queue/issues/155

Refs https://github.com/dereuromark/cakephp-queue/pull/153

'Queue' => [
    ...
    'serializerClass' => \Queue\Utility\JsonSerializer::class,
    'serializerConfig' => [...],
],