me.chanjar.weixin.mp.bean.device.AbstractDeviceBean Maven / Gradle / Ivy
package me.chanjar.weixin.mp.bean.device;
import me.chanjar.weixin.common.util.json.WxGsonBuilder;
/**
* Created by keungtung on 14/12/2016.
*/
public abstract class AbstractDeviceBean {
public String toJson() {
return WxGsonBuilder.create().toJson(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy