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
See that projectsDirectory doesn't have the first \ escaped. When you then try to deserialize it, for some reason I'm getting a NumberFormatException? But what ever, the issue is that on serialization, it is missing the slash for escape.
Serializing a path in 0.4.0 correctly escapes
\
but 0.5.0 some times does not get them all.Here is an example of a failed serialization in 0.5.0:
See that
projectsDirectory
doesn't have the first\
escaped. When you then try to deserialize it, for some reason I'm getting aNumberFormatException
? But what ever, the issue is that on serialization, it is missing the slash for escape.This is the class being serialized:
The text was updated successfully, but these errors were encountered: