Skip to content
MonkeManII edited this page Jun 13, 2026 · 3 revisions

Plancake

Plancake is an extensible framework for binary serialization. While it does not define serializers for any types on its own, it has an easy-to-use API for defining your own serializers.

Getting Started

I recommend looking at the example folder, or skimming through the wiki.

Questions About Specific Methods

For questions related to specific methods, please view the documentation comments of the source code.

Clone this wiki locally