com.zipwhip.api.signals.commands.CommandSerializer Maven / Gradle / Ivy
package com.zipwhip.api.signals.commands;
/**
* Created by IntelliJ IDEA. User: Michael Date: 8/19/11 Time: 4:22 PM
*
* Serialize the implementing object to a string
*/
public interface CommandSerializer {
/**
* Serialize this object to this output
*
* @return the serialized string representation of this
*/
String serialize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy