|
|
|
|
|
by j16sdiz
987 days ago
|
|
> Some Google protobufs had thousands of optional fields so the wire format became:
> [null,null,null,null,...many times over...,null,"foo"] In pblite, they are serialized as `[,,,,...many times over...,,"foo"]`. Just comma, no "null". |
|