package org.testng.remote.strprotocol; import java.io.Serializable; public interface IMessage extends Serializable { }