Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-JSR-1
-
None
Description
Would it be better if the GString class be made Serializable? When I'm trying to assign a GString expression to a Map object, i.e.
m = ... a map ...
str = "hello"
str += " world!!!"
m["mykey"] = str
When I try to serialize "m", it fails to do so because m["mykey"] is a GString, which is not serializable.
Attachments
Issue Links
- depends upon
-
GROOVY-2534 GString should be serializable
- Closed