public class JsonUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.JsonElement |
deepCopy(com.google.gson.JsonElement from)
Copies all the property values from the supplied
JsonElement. |
public static com.google.gson.JsonElement deepCopy(com.google.gson.JsonElement from)
JsonElement. This method is similar to
JsonElement.deepCopy(). We are not using JsonElement.deepCopy() because it is not publicfrom - Copyright © 2017. All rights reserved.