com.zipwhip.signals.app.MapSerializable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zipwhip-api Show documentation
Show all versions of zipwhip-api Show documentation
Java client to support applications powered by the Zipwhip Cloud
The newest version!
package com.zipwhip.signals.app;
import java.util.Map;
/**
* Created by IntelliJ IDEA.
* User: Michael
* Date: Dec 13, 2010
* Time: 2:08:45 AM
*
* Allows you to load/save an object to/from a map.
*
*/
public interface MapSerializable {
public Map save();
public void load(Map properties);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy