com.dahuatech.hutool.json.serialize.JSONObjectSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-common Show documentation
Show all versions of java-sdk-common Show documentation
Dahua ICC Open API SDK for Java
package com.dahuatech.hutool.json.serialize;
import com.dahuatech.hutool.json.JSONObject;
/**
* 对象的序列化接口,用于将特定对象序列化为{@link JSONObject}
*
* @param 对象类型
* @author Looly
*/
public interface JSONObjectSerializer extends JSONSerializer {}