Fudge is a hierarchical, typesafe, binary, self-describing message encoding system. Hierarchical: Fudge messages aren't just a flat structure, they can be nested, creating larger, more complex data structures. Typesafe: Individual fields in a Fudge message are provided with their type data encoded, so that you can extract data safely. Binary: Fudge encoded data is binary, making it much smaller th