zumba/json-serializer

Migrate from superclosure to opis/closure lib

jrbasso opened this issue · 1 comments

jeremeamia/superclosure is being used on the project and it is abandoned. We should use https://packagist.org/packages/opis/closure instead.

To avoid issues with stored data, the code must support both libraries, where the unserialize can read for either library, but the serialize only writes using the new closure library.

This is now supported on 3.1.0 version.