You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "Let's study the alternatives" is slightly more formal and emphasizes
the specific alternatives.
- Replace "Serializer has three required pieces" with "A serializer has
three required pieces" for better specificity, consistency, and
readability.
- Clarify explanation of encodeToXxx and decodeFromXxx overloads
- Add missing articles to the section header
- Change "Specifying serializer globally using typealias"
to "Specifying a serializer globally using a typealias"
- Improve readability and grammatical correctness
- Change "In the below example" to "In the example below"
- Enhance readability and professionalism of text
- Align with common technical writing conventions
- Change "Specifying serializer on a property" to "Specifying a
serializer on a property"
- Change "Specifying serializer for a particular type" to "Specifying a
serializer for a particular type"
- Correct the spelling of 'Hand-written' to 'Handwritten,' as it is
commonly spelled as one word.
* <aname='serializing-3rd-party-classes'></a>[Serializing 3rd party classes](serializers.md#serializing-3rd-party-classes)
72
72
* <aname='passing-a-serializer-manually'></a>[Passing a serializer manually](serializers.md#passing-a-serializer-manually)
73
-
* <aname='specifying-serializer-on-a-property'></a>[Specifying serializer on a property](serializers.md#specifying-serializer-on-a-property)
74
-
* <aname='specifying-serializer-for-a-particular-type'></a>[Specifying serializer for a particular type](serializers.md#specifying-serializer-for-a-particular-type)
73
+
* <aname='specifying-a-serializer-on-a-property'></a>[Specifying a serializer on a property](serializers.md#specifying-a-serializer-on-a-property)
74
+
* <aname='specifying-a-serializer-for-a-particular-type'></a>[Specifying a serializer for a particular type](serializers.md#specifying-a-serializer-for-a-particular-type)
75
75
* <aname='specifying-serializers-for-a-file'></a>[Specifying serializers for a file](serializers.md#specifying-serializers-for-a-file)
76
-
* <aname='specifying-serializer-globally-using-typealias'></a>[Specifying serializer globally using typealias](serializers.md#specifying-serializer-globally-using-typealias)
76
+
* <aname='specifying-a-serializer-globally-using-a-typealias'></a>[Specifying a serializer globally using a typealias](serializers.md#specifying-a-serializer-globally-using-a-typealias)
77
77
* <aname='custom-serializers-for-a-generic-type'></a>[Custom serializers for a generic type](serializers.md#custom-serializers-for-a-generic-type)
0 commit comments