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

Provide different data types for serialization #9

Open dpoposki opened 7 years ago

dpoposki commented 7 years ago

Currently the library supports only JSON serialization/deserialization. Might be useful to allow for configuring the data type, such as serializing to JSON, YAML, XML, etc.

dmanners commented 7 years ago

Again points from Vinai:

Maybe call Sitewards/Setup/Service/Page/Exporter.php and Importer.php something like `FileSystemJsonExporter.php, then other implementations could use other storage facilities or serialization formats.

Since you put an interface on them.

dpoposki commented 7 years ago

@dmanners extracted that point to issue https://github.com/sitewards/setup/issues/21