You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the PHP attribute \Spatie\EventSourcing\Attributes\EventSerializer it is possible to set a specific serializer for an event.
This works well for deserializing the event, but not on serialize.
Because \Spatie\EventSourcing\EventSerializers\EventSerializer defines serialize in its interface I would consider this a bug.
Please also use the specified serializer on serialize of the events.
The text was updated successfully, but these errors were encountered:
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Hello!
Using the PHP attribute \Spatie\EventSourcing\Attributes\EventSerializer it is possible to set a specific serializer for an event.
This works well for deserializing the event, but not on serialize.
Because \Spatie\EventSourcing\EventSerializers\EventSerializer defines serialize in its interface I would consider this a bug.
Please also use the specified serializer on serialize of the events.
The text was updated successfully, but these errors were encountered: