public class Json extends Object
| Constructor and Description |
|---|
Json() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserialize(byte[] data,
Class<T> klass) |
static <T> byte[] |
serialize(T data) |
public static <T> byte[] serialize(T data)
public static <T> T deserialize(byte[] data,
Class<T> klass)
Copyright © 2017. All rights reserved.