Adds PbjReader overloads alongside nearly every existing read method in ProtoParserTools, delegating to PbjReader's typed methods. Purely additive — no call sites switched yet.
Benefit: de-risks the cutover by making the new read path available without changing existing behavior.
PR: #911
Adds PbjReader overloads alongside nearly every existing read method in
ProtoParserTools, delegating to PbjReader's typed methods. Purely additive — no call sites switched yet.Benefit: de-risks the cutover by making the new read path available without changing existing behavior.
PR: #911