Serializer to give more info when failing.
Posted: Tue May 20, 2025 12:42 pm
It would be nice if Serializer would give more info about what exactly it is failing to serialize, as I was just moment ago having a problem where Hollywoods serializer worked fine, but when trying to serialize Table into JSON-file, it simply told that Serializer failed, and I had no clue why.
Eventually I found out that problem was that problem was when it was trying to save directory names in my program which contained SPACES in them.
I believe this is something that Serializer could inform to user, that either "cant serialize -this string-", or "can't serialize names with spaces in them".
Eventually I found out that problem was that problem was when it was trying to save directory names in my program which contained SPACES in them.
I believe this is something that Serializer could inform to user, that either "cant serialize -this string-", or "can't serialize names with spaces in them".