2. GitHub https://github.com/apache/fory
3. Benchmarks https://github.com/apache/fory/tree/main/docs/benchmarks
message Customer { string id = 1; string name = 2; }
message Order {
string order_id = 1;
ref Customer customer = 2;
list<string> items = 3;
}