All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.carrotsearch.ant.tasks.junit4.events.RemoteEvent Maven / Gradle / Ivy

package com.carrotsearch.ant.tasks.junit4.events;

import java.io.IOException;

import com.carrotsearch.ant.tasks.junit4.gson.stream.JsonReader;
import com.carrotsearch.ant.tasks.junit4.gson.stream.JsonWriter;

public interface RemoteEvent extends IEvent {
  void serialize(JsonWriter writer) throws IOException;
  void deserialize(JsonReader reader) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy