Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated suggested solution in developer guide #2265

Open
lyuanww opened this issue Jan 20, 2025 · 0 comments · May be fixed by #2268
Open

Outdated suggested solution in developer guide #2265

lyuanww opened this issue Jan 20, 2025 · 0 comments · May be fixed by #2268
Assignees
Labels

Comments

@lyuanww
Copy link

lyuanww commented Jan 20, 2025

What would you like added or modified in the documentation?

An additional line should be added in developer guide under Learning the basics for Backend Task 1 Hint 3.

Suggested modification

Add .registerTypeAdapter(ZoneId.class, (JsonSerializer<ZoneId>) (zoneId, typeOfSrc, context) -> new JsonPrimitive(zoneId.toString())); to

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant