dbojdo / wFirma

wFirma SDK
MIT License
13 stars 15 forks source link

Support for JMS Serializer 2.x, 3.x #3

Closed dbojdo closed 4 years ago

dbojdo commented 4 years ago

Webit\WFirmaSDK\Entity\Infrastructure\Serialiser\JMS\DateHandler cannot extend JMS\Serializer\Handler\DateHandler anymore as it is marked as final in version 2/3 of JMS Serializer.

Investigation needed on if customised handler is still needed, if so, use composition instead of inheritance.

dbojdo commented 4 years ago

This has been fixed in 6ef6c40