public class JsonAggregatedSuiteResultEventAdapter extends Object implements com.google.gson.JsonSerializer<AggregatedSuiteResultEvent>
AggregatedSuiteResultEvent.| Constructor and Description |
|---|
JsonAggregatedSuiteResultEventAdapter(boolean outputStreams) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushBoth(com.google.gson.JsonArray output,
StringWriter out,
StringWriter err,
org.apache.commons.io.output.WriterOutputStream stdout,
org.apache.commons.io.output.WriterOutputStream stderr) |
com.google.gson.JsonElement |
serialize(AggregatedSuiteResultEvent e,
Type type,
com.google.gson.JsonSerializationContext context) |
com.google.gson.JsonArray |
serializeEvents(AggregatedSuiteResultEvent e,
com.google.gson.JsonSerializationContext context) |
public JsonAggregatedSuiteResultEventAdapter(boolean outputStreams)
public com.google.gson.JsonElement serialize(AggregatedSuiteResultEvent e, Type type, com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<AggregatedSuiteResultEvent>public com.google.gson.JsonArray serializeEvents(AggregatedSuiteResultEvent e, com.google.gson.JsonSerializationContext context)
public void flushBoth(com.google.gson.JsonArray output,
StringWriter out,
StringWriter err,
org.apache.commons.io.output.WriterOutputStream stdout,
org.apache.commons.io.output.WriterOutputStream stderr)
Copyright © 2011-2013 Carrot Search s.c.. All Rights Reserved.