[Feature] 使用注解标识需要通过 Gson 序列化/反序列化的类
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 10.1k
- Forks
- 934
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 82
Description
概述 | Summary
使用注解标识需要通过 Gson 序列化/反序列化的类。
原因 | Reason
需要通过 Gson 序列化/反序列化的类不能随意的修改字段名称,但 IDE 又无法简单地追踪到这些用法,所以有时候可能会意外的破坏掉其他功能。
为了方便开发者追踪它们,我希望在代码中标记这些类。
详情 | Description
我目前想到两种选择:
- 创建一个新的注解,用它注解所有需要被反序列化的类;
- 要求未来所有要被序列化的字段都使用
SerializedName注解。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the existing Gson serialization and deserialization usage, then compare the two approaches described in the issue: a class-level annotation or requiring SerializedName on serialized fields. Done should include a decided approach and an agreed implementation scope, but the issue does not name files or tests to start from.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100