You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know yet if I'll be needing this class but it is impressive. Thanks for your great work.
I found an issue when a String property has an empty value.
*Scenario:
Add a String property to MyMinorClass. Let's name it "txt".
Run the project, click on the Serialize button.
Exception raised:
ErrorNumber: 0
Message: root{?}{?}{?}{?}: String value is not convertible to UTF-8
Reason: root{?}{?}{?}{?}: String value is not convertible to UTF-8
*Workaround: Set a default value <> "" to all String properties.
*Remarks: An empty Text property doesn't have this issue.
The text was updated successfully, but these errors were encountered:
Hi,
I don't know yet if I'll be needing this class but it is impressive. Thanks for your great work.
I found an issue when a String property has an empty value.
*Scenario:
Add a String property to MyMinorClass. Let's name it "txt".
Run the project, click on the Serialize button.
Exception raised:
ErrorNumber: 0
Message: root{?}{?}{?}{?}: String value is not convertible to UTF-8
Reason: root{?}{?}{?}{?}: String value is not convertible to UTF-8
*Workaround: Set a default value <> "" to all String properties.
*Remarks: An empty Text property doesn't have this issue.
The text was updated successfully, but these errors were encountered: