Closed cmeeren closed 2 months ago
Currently, lists of option-wrapped lists do not serialize correctly. A similar error is returned for lists of option-wrapped unions. This must be fixed, and it should be investigated if this applies in other cases, too.
Related: #6
Discovered this can be solved by formatters. Investigating further. This may also impact #5 and #6.
Erasing options using a formatter fixed this, but did unfortunately not fix #5 or #6.
Currently, lists of option-wrapped lists do not serialize correctly. A similar error is returned for lists of option-wrapped unions. This must be fixed, and it should be investigated if this applies in other cases, too.