All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.hutool.json.serialize.JSONObjectSerializer Maven / Gradle / Ivy

The newest version!
package cn.hutool.json.serialize;

import cn.hutool.json.JSONObject;

/**
 * 对象的序列化接口,用于将特定对象序列化为{@link JSONObject}
 * @param  对象类型
 * 
 * @author Looly
 */
@FunctionalInterface
public interface JSONObjectSerializer extends JSONSerializer{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy