500 Internal Server Error GAE while trying to send JSON string to client android side?
问题 I am working on Google App Engine to store data.My application is a android application and I want to receive datas from GAE datastore side.However when I want to receive ArrayList as a JSON text , I am getting "Error : 500 Internal Server Error" message and I could not find any solution about that I put my client and server side codes here ; Server Side @SuppressWarnings("serial") public class ReceiveLoc extends HttpServlet{ public static final String USER_ID = "userId"; public static final