Using Schema for Message Encoding/Decoding with Different Naming Conventions
hello, I use Schema to encode/decode the message from/to my app with another system, the other system use snake_case for field name, my app for naming convention the field will be camelCase, I have declare my field almost same with the message will be encode/decode, just difference in field name
Any way that I encode/decode directly from/to the message with format:
Greatly appreciate for any help!
Any way that I encode/decode directly from/to the message with format:
Greatly appreciate for any help!
