CallerSerializer#
- public class CallerSerializer implements Serializer<ServerSideScriptingCaller, Element>#
Serializes the result of calling a server-side script into XML.
The main element is , notable child elements are: <li>call :: The command-line used to call the script. <li>stdout :: The standard output of the script. Most communication should be via this element. <li>stderr :: The error output of the script. <li>shareddir :: The base dir for temporary files, which can then be retrieved via GET requests. <li>
Methods#
serialize#
- public Element serialize(ServerSideScriptingCaller caller)#