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

com.cybermkd.common.entity.Conversion Maven / Gradle / Ivy

There is a newer version: 1.0.1.3
Show newest version
package com.cybermkd.common.entity;

/**
 * Created by Dreampie on 16/2/29.
 */
public interface Conversion {

    public Object read(Object v);

    public Object write(Object v);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy