-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2026-03-16
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, the IDL generator creates (de)serialization functions with names like EnumName_serializer() and EnumName_parse(). The function names are different for each enum and thus they are unfriendly to generic code. The goal of this ticket is to improve the situation by providing a uniform API for all enum types.
- causes
-
SERVER-121479 enum_types.py: Fix "SyntaxError: unterminated string literal"
-
- Closed
-
- related to
-
SERVER-123641 Add clang-tidy checker to prevent direct uses of idlDeserialize() and idlSerialize()
-
- In Code Review
-