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

com.yuweix.tripod.data.serializer.Serializer Maven / Gradle / Ivy

package com.yuweix.tripod.data.serializer;




/**
 * @author yuwei
 */
public interface Serializer {
	String serialize(T t);
	T deserialize(String str);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy