package com.asgow.ciel.tasks; import com.google.gson.JsonObject; public interface TaskInformation { JsonObject toJson(); }