Hacker News new | ask | show | jobs
by fizx 2291 days ago
protobuf can do nullable values, but you have to ask for them as primitives are the default. e.g. StringValue (nullable) vs string (not)