biig-io/DomainComponent

[Serializer] SupportNormalizer should not exclude non-domain model

Closed this issue · 1 comments

Nek- commented

We decorate serializer. That means that we add behavior. Because of this working with something else than ModelInterface objects will fail with the serializer. (luckily we have an option to remove this feature 👼 )

Nek- commented

Fixed by #19