LionWeb-io / lionweb-csharp

Implements LionWeb specification in C#
Apache License 2.0
2 stars 0 forks source link

M1 serializer and deserializer should report problems to a handler #2

Open dslmeinte opened 1 month ago

dslmeinte commented 1 month ago

Currently, the M1 serializer and deserializer either report problems to the console (or crash). Instead, they should be given a handler object (implementing some interface) that has methods which are called when a problem occurs. In certain cases, the problem might be repairable, at the discretion of the handler.

enikao commented 1 month ago

See #11