public class SerializationHelper extends Object
Constructor and Description |
---|
SerializationHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
deserialize(String jsonString,
Class<T> returnType)
Deserializes the specified JSON string.
|
static String |
serialize(Object obj)
Serializes the specified object.
|
Copyright © 2020. All rights reserved.