Subversion Repositories bacoAlunos

Rev

Blame | Last modification | View Log | RSS feed

package pt.estgp.estgweb.domain.utils;

import org.json.JSONException;
import org.json.JSONObject;

import java.util.List;

/**
 * Created by jorgemachado on 15/06/17.
 */

public interface JsonView
{
    public JSONObject toJsonObject() throws JSONException;
    public 1.5.0/docs/api/java/lang/String.html">String toJson();
    public List<String> getJsonExcludedProperties();

}