com.magictools.json.serialize.JSONObjectSerializer Maven / Gradle / Ivy
The newest version!
package com.magictools.json.serialize;
import com.magictools.json.JSONObject;
/**
* 对象的序列化接口,用于将特定对象序列化为{@link JSONObject}
* @param 对象类型
*
* @author Looly
*/
@FunctionalInterface
public interface JSONObjectSerializer extends JSONSerializer{}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy