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
| ## Protobuf Serialization & Deserialization | |
| # This is the process to serialize and deserialize data into/from protobuf | |
| # Protobuf is supposed to be much smaller than JSON or XML and that's its main advantage | |
| # Date: 09-Jun-2026 | |
| # you will need to following thing: | |
| # - nuget tool (ex. scoop install nuget) |