Author Login
Post Reply
I found that if I do:
def someList = ["foo", "bar"]
String myStr = someList.toString()
myStr will have "[foo, bar]"
Is there any way to reverse that marshaling, so something along the lines
of:
def someList = myStr as List
which is incorrect because it makes someList = ['[', 'f', 'o', 'o', ....]
etc. Or do I have to do it the hard way splitting and whatnot?
thanks,
Darryl
--
Sent from the groovy - user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email