com.carrotsearch.ant.tasks.junit4.listeners.json
Class JsonAggregatedTestResultEventAdapter

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.listeners.json.JsonAggregatedTestResultEventAdapter
All Implemented Interfaces:
com.google.gson.JsonSerializer<AggregatedTestResultEvent>

public class JsonAggregatedTestResultEventAdapter
extends Object
implements com.google.gson.JsonSerializer<AggregatedTestResultEvent>

Serialization of AggregatedTestResultEvent.


Constructor Summary
JsonAggregatedTestResultEventAdapter()
           
 
Method Summary
 com.google.gson.JsonElement serialize(AggregatedTestResultEvent e, Type type, com.google.gson.JsonSerializationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonAggregatedTestResultEventAdapter

public JsonAggregatedTestResultEventAdapter()
Method Detail

serialize

public com.google.gson.JsonElement serialize(AggregatedTestResultEvent e,
                                             Type type,
                                             com.google.gson.JsonSerializationContext context)
Specified by:
serialize in interface com.google.gson.JsonSerializer<AggregatedTestResultEvent>


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.