罗密尔·多明格斯(RomellDomínguez)
下载仪表板
将以下最新的latestVersion注释替换为Java latestVersion 版本,kotlin最新版本
在您应用的build.gradle文件中添加以下内容:
repositories {
jcenter()
}
dependencies {
implementation ' com.romellfudi.store:fudi-store:{latestVersion} '
implementation ' com.romellfudi.store:kotlin-fudi-store:{latestVersion} '
}
如何实施
您的带有JsonIgnoreProperties注释的类标记,并实现set&get。注意:在kotlin语言中,必须在数据类上添加Annotation @Fud
1