sitewards / setup

This is a module that allows a developer to import and export content and configuration via the command line to any framework, as long as a bridge module for that framework has been built.
MIT License
7 stars 0 forks source link

Investigate whether we need JMS serializer #12

Open dpoposki opened 7 years ago

dpoposki commented 7 years ago

We are using JMS serializer currently, but we might be better off using the Symfony serializer only.

dmanners commented 7 years ago

If we dont need it we remove jsm serializer for symfony plain. But either case we should make a wrapper in our module rather than use the serializer directly.