Commit a6b3535
committed
[ObjC] Collect unknown fields as data
Default to collecting unknown fields as data and then create the
`GPBUnknownFieldSet` on demand when requested.
This should reduce the as the extra objects are created until requested
and clears the way to eventually deprecated `GPBUnknownFieldSet` in the
future.
This also fixes the failing conformance test related to keeping the ordering.
PiperOrigin-RevId: 6559293161 parent bf2d4e7 commit a6b3535
File tree
4 files changed
+405
-77
lines changed- conformance
- objectivec
4 files changed
+405
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
0 commit comments