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

eu.unicore.persist.util.GSONConverter Maven / Gradle / Ivy

The newest version!
package eu.unicore.persist.util;

import java.lang.reflect.Type;

public interface GSONConverter {

	public Type getType();
	
	public Object[] getAdapters();
	
	public boolean isHierarchy();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy