.. java:import:: java.io IOException .. java:import:: org.caosdb.server CaosDBException .. java:import:: org.caosdb.server.utils Serializer .. java:import:: org.jdom2 Element CallerSerializer ================ .. java:package:: org.caosdb.server.scripting :noindex: .. java:type:: public class CallerSerializer implements Serializer Serializes the result of calling a server-side script into XML. The main element is , notable child elements are:
  • call :: The command-line used to call the script.
  • stdout :: The standard output of the script. Most communication should be via this element.
  • stderr :: The error output of the script.
  • shareddir :: The base dir for temporary files, which can then be retrieved via GET requests.
  • Methods ------- serialize ^^^^^^^^^ .. java:method:: @Override public Element serialize(ServerSideScriptingCaller caller) :outertype: CallerSerializer