ModelEngine-Group / ModelEngine-Group/fit-framework
提供便利化使用 Json 序列化的接口
Open
Nobody has claimed this yet.
from: gitcode
good first issue
in: fit
type: enhancement
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
当前使用 Json 序列化需要使用 ObjectSerializer 同时增加一个别名设置,使用相对比较麻烦,可以考虑增加一个 JsonSerializer 的接口,同时增加 CborSerializer 的接口,来方便用户的使用。
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
Start by tracing the existing ObjectSerializer usage and its alias configuration to understand the current serialization entry points. Define the scope of the proposed JsonSerializer and CborSerializer interfaces from that existing path; done means both formats can be used through simpler dedicated interfaces without requiring the current alias setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100