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

eu.ginere.base.web.json.JSONSerializarDescriptor Maven / Gradle / Ivy

package eu.ginere.base.web.json;

import com.google.gson.ExclusionStrategy;

public interface JSONSerializarDescriptor extends ExclusionStrategy{
	
	/**
	 * Returns a human readable description of the properties that this JSON Serialize will provide.
	 * @return
	 */
	public String getDescription();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy