public class JSON extends Object
| Constructor and Description |
|---|
JSON() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
clone(T object,
com.github.nmorel.gwtjackson.client.ObjectMapper<T> mapper) |
static <T> T |
parse(String json,
com.github.nmorel.gwtjackson.client.ObjectMapper<T> objectMapper) |
static <T> String |
stringify(T object,
com.github.nmorel.gwtjackson.client.ObjectMapper<T> objectMapper) |
public static <T> String stringify(T object, com.github.nmorel.gwtjackson.client.ObjectMapper<T> objectMapper)
public static <T> T parse(String json, com.github.nmorel.gwtjackson.client.ObjectMapper<T> objectMapper)
public static <T> T clone(T object,
com.github.nmorel.gwtjackson.client.ObjectMapper<T> mapper)
Copyright © 2020. All rights reserved.