看源碼瞭解Gson excludeStrategy的使用

使用exclude strategy的場景: 咱們知道Gson 序列化的時候一般有些字段不須要seralize到json中去,gson給咱們提供了一個annotaion,Expose 定義: java @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Expose { public bo
相關文章
相關標籤/搜索