fix(domain): Added marshalling for set,add,delete,clear records
The RecordChange subtypes have not been marshalled correctly to the expected format and could not be dumped as json. This fix ensures that the subtypes are now correctly converted
Hello @bneumann,
# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.
We will look into your issue as soon as possible and get back to you.
Thank you!
Huh, must have overlooked that. 😄 But you get what I did I guess. The marshalling was not complete so I fixed it quick and dirty in my project and did a proper fix on your code base. If you care to share how to fix the source of the auto generation I might as well look into that.
Hi @bneumann, The fix has been merged into the master branch, so I’ll go ahead and close this PR.