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

panda.bind.Serializer Maven / Gradle / Ivy

package panda.bind;


/**
 * 
 *
 */
public interface Serializer {
	String serialize(Object src);

	void serialize(Object src, Appendable writer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy