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

com.junya.http.json.serialize.JSONObjectSerializer Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
package com.junya.http.json.serialize;

import com.junya.http.json.JSONObject;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy