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

delight.json.ToJSON Maven / Gradle / Ivy

The newest version!
package delight.json;

/**
 * Marks a class which can be rendered to JSON.
 * 
 * @author Max Rohde
 *
 */
public interface ToJSON {
    /**
     * 
     * @return The JSON document representing this object.
     */
    public JSON toJSON();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy