pomm-project / pomm-symfony-bridge

Pomm2 shared elements for profiler between Silex and Symfony.
8 stars 17 forks source link

Added serializer flexible entity normalizer #22

Closed SebLours closed 8 years ago

chanmix51 commented 8 years ago

Doesn't it need to have a dependency on Symfony’s serializer component ?

SebLours commented 8 years ago

For me no, the normalizer can be used by anyone need it with is own symfony serializer. But i can be wrong ...

sanpii commented 8 years ago

@SebLours you add a dependency to Symfony\Component\Serializer\Normalizer\NormalizerInterface class. I think add sf serializer to requirement is a good idea.

sanpii commented 8 years ago

Thank you :smiley: