commanded / commanded

Use Commanded to build Elixir CQRS/ES applications
MIT License
1.82k stars 240 forks source link

Allow serialization options to be configured for the JSON serializer #299

Open slashdotdash opened 4 years ago

slashdotdash commented 4 years ago

It should be possible to configure encode and decode options in Commanded to be passed to the configured JSON serializer.

Jason supports the following encode and decode options.

Encode

Decode

APiercey commented 4 years ago

I would like to try and pick this up :)! I'll see what I can do and put up a PR.

APiercey commented 4 years ago

PR here: https://github.com/commanded/commanded/pull/309