data-serialization

Installation
SKILL.md

Data Serialization for Games

Implement efficient serialization for low-latency game networking.

Format Comparison

Format Size Speed Schema Use Case
Protobuf Small Fast Required Most games
FlatBuffers Small Fastest Required Real-time
MsgPack Small Fast Optional Flexible
JSON Large Slow None Debug
Custom Binary Smallest Fastest Custom Ultra-low latency

Protocol Buffers

syntax = "proto3";
Installs
3
GitHub Stars
1
First Seen
Feb 17, 2026
data-serialization — pluginagentmarketplace/custom-plugin-server-side-game-dev