}
@Test
public void testSearchInputSerializer() throws IOException
{
SearchInput input = new SearchInput("index", "query");
jg.writeObject(input);
assertEquals("{\"module\":\"yokozuna\",\"function\":\"mapred_search\",\"arg\":[\"index\",\"query\"]}", out.toString());