Skip to content

Instantly share code, notes, and snippets.

View KasperJack's full-sized avatar
reinventing the wheel

Adem boubaker KasperJack

reinventing the wheel
View GitHub Profile
@PanosGreg
PanosGreg / Protocol Buffers in PowerShell (simple) - Serialization & Deserialization.ps1
Last active June 26, 2026 12:32
Simple example on how to do ser/des with Google's Protobuf in PowerShell
## 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)