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

com.gitee.easyopen.ResultSerializer Maven / Gradle / Ivy

Go to download

easyopen mini版,保留基本签名校验,文档功能。https://gitee.com/durcframework/easyopen

There is a newer version: 1.0.4
Show newest version
package com.gitee.easyopen;

/**
 * 对象序列化
 * @author tanghc
 *
 */
public interface ResultSerializer {
    /**
     * 序列化
     * 
     * @param obj
     * @return 返回序列化后的结果
     */
    String serialize(Object obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy