All activity
Mouse Melon is a cross-platform software application for viewing and editing data stored in the Protocol Buffers wire format. Easy and fool-proof. Your documentation (comments in the .proto files) is showed right next to the data to assist you in your work.
Mouse Melon
User-friendly GUI for editing Protocol Buffers data
Paul Breeuwsma
left a comment
Protocol Buffers has some features that makes it a nice serialization format:
- You specify your data format using a language. Because of this, your data format and the documentation of your data format become one and the same thing.
- Code generation for the language you're working in makes your read/write code easy and readable.
A downside of Protocol Buffers compared to for example XML or...
Mouse Melon
User-friendly GUI for editing Protocol Buffers data