ModelEngine-Group / ModelEngine-Group/fit-framework

提供便利化使用 Json 序列化的接口

Open
#70 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.