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

com.alibaba.rocketmq.research.gson.Convert Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
/**
 *
 */
package com.alibaba.rocketmq.research.gson;

/**
 * @author shijia.wxr
 */
public abstract class Convert {
    // public String encode() {
    // GsonBuilder builder = new GsonBuilder();
    // Gson gson = builder.create();
    // return gson.toJson(this);
    // }
    //
    //
    // public static  T decode(String json, Class classOfT) {
    // GsonBuilder builder = new GsonBuilder();
    // Gson gson = builder.create();
    // return gson.fromJson(json, classOfT);
    // }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy