Page 1 of 1

Serializer to give more info when failing.

Posted: Tue May 20, 2025 12:42 pm
by Bugala
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".

Re: Serializer to give more info when failing.

Posted: Sun May 25, 2025 7:30 pm
by airsoftsoftwair
That's difficult to do because plugins would also have to support it. Not very likely to come. Just use a JSON validator ;)