samujjwal / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Let JsonElement implement Cloneable and Serializable #485

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
the gson API is neither Serializable nor Cloneable. I'd imagine that both 
features should be relatively easy to implement...?

Original issue reported on code.google.com by lukas.eder@gmail.com on 8 Nov 2012 at 3:51

GoogleCodeExporter commented 9 years ago
We have JsonElement.deepCopy() but it isn't yet public.

Original comment by limpbizkit on 4 Feb 2013 at 3:56