docs: rename manual serializers to custom serializers - #3896
Merged
chaokunyang merged 1 commit intoJul 28, 2026
Conversation
ayush00git
approved these changes
Jul 28, 2026
chaokunyang
added a commit
to apache/fory-site
that referenced
this pull request
Jul 28, 2026
## Summary - rebuild the branch directly on the latest `fory-site` `main` after apache/fory#3896 - sync the current zh-CN C#, Rust, and Swift custom serializer guides with their canonical English owners - keep filenames and document IDs on `custom-serializers.md` / `custom_serializers`, with no legacy manual serializer aliases or paths - update translated links to use the Docusaurus document ID and add the canonical Chinese term `自定义序列化器` - align `sum type` with the existing compiler terminology `联合类型` - cancel superseded Deploy, Lint, and Check broken links runs for the same event and Git ref ## Testing - scoped Markdown lint and Prettier checks - scoped YAML lint for all changed workflows - stale path, ID, route, and terminology scans - English/Chinese heading and code-fence structure comparison - Deploy workflow `Unified Docs` sync - `npm run download-avatars` - `npm run build` - `npm run typecheck` - verified `/`, `/docs`, `/zh-CN/docs`, `/blog`, and the three zh-CN `custom_serializers` routes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
custom serializerWhy
Custom serializerdescribes an application-defined serialization implementation more precisely thanmanual serializerand is already the established term in several language guides. Keeping both terms created inconsistent documentation, filenames, test names, and diagnostics for the same concept.Verification