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

com.taskadapter.redmineapi.internal.json.JsonObjectWriter Maven / Gradle / Ivy

Go to download

Free open-source Java API for Redmine and Chiliproject bug/task management systems. This project was originally a part of Task Adapter application (http://www.taskadapter.com) and then was open-sourced.

The newest version!
package com.taskadapter.redmineapi.internal.json;

import org.json.JSONException;
import org.json.JSONWriter;

/**
 * Json object writer.
 */
public interface JsonObjectWriter {
	void write(JSONWriter writer, T object) throws JSONException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy