Constructor and Description |
---|
Json() |
Modifier and Type | Method and Description |
---|---|
static Object |
checkAndCopy(Object val,
boolean copy) |
static <T> T |
decodeValue(String str,
Class<?> clazz) |
static String |
encode(Object obj) |
static String |
encodePrettily(Object obj) |
public static String encode(Object obj) throws EncodeException
EncodeException
public static String encodePrettily(Object obj) throws EncodeException
EncodeException
public static <T> T decodeValue(String str, Class<?> clazz) throws DecodeException
DecodeException
Copyright © 2015. All Rights Reserved.