【发布时间】:2015-08-14 19:51:54
【问题描述】:
尝试通过 a fork of SJersey 将 Jersey 与 Scala 一起使用,并使用 ProGuard 对其进行混淆。
这些东西我都有了:
-keepattributes SourceFile,LineNumberTable,*Annotation*,EnclosingMethod,Signature,InnerClasses
我正在这样做:
-keep public class com.example.*JsonSeralisedClasses {
public *;
}
但是当我用球衣编码东西时,什么都没有出来!
【问题讨论】:
标签: json scala jersey proguard