public class TxJsonSerializer extends Object
| Constructor and Description |
|---|
TxJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserialize(String json,
Class<T> classOfT) |
static String |
serialize(Object o) |
static String |
serialize(Object o,
boolean formatted) |
Copyright © 2024. All rights reserved.