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
feat: allow JsonSerializable objects in contract (#377)
As brought up in #371 it could be a possible extension point to the
contract to reintroduce the support for `JsonSerializable` objects when
there are no normalizers for an object.
So it would be a possible alternative for custom `MessageBagInterface`,
`MessageInterface`, `ContentInterface`, etc. by allowing them to
implement the `JsonSerializable` interface.
0 commit comments