For example, time formatting, custom data types, currency formatting, ignoring empty fields, and more
You can refer to the idea of Jackson ObjectiMapper.
Current code usage cases
Will use a lot of macros,
These are all repetitive codes and tasks that can be further optimized based on macros
problem
For example, time formatting, custom data types, currency formatting, ignoring empty fields, and more You can refer to the idea of Jackson ObjectiMapper.
Current code usage cases
Will use a lot of macros, These are all repetitive codes and tasks that can be further optimized based on macros
When encountering a specified type, corresponding serialization processing should be done
I expect the improved code
my test code