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

io.starter.ignite.model.DataModelObject Maven / Gradle / Ivy

There is a newer version: 0.9.25
Show newest version
package io.starter.ignite.model;

/**
 * Ensure the most basic operation of all Data objects
 * 
 * @author john
 *
 */
public interface DataModelObject {
	public DataModelObject getDelegate();
	public String toJSON();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy