public interface JsonUtil
jackson
fastjson
String
toJson(Object object)
Object
toObject(String jsonString, Class jsonObjectType)
String toJson(Object object) throws Exception
object
Exception
Object toObject(String jsonString, Class jsonObjectType) throws Exception
jsonString
jsonObjectType
Copyright © 2022. All rights reserved.