Commit 361e958
Change map to use key-value array for binary, integer, etc
Summary:
After this diff, we only use object form for string/enum keys.
Note that today both string and binary are TType::T_STRING. We need to pass type tag to `writeMapBegin` in order to distinguish them.
Reviewed By: iahs
Differential Revision: D95452478
fbshipit-source-id: 3b48c722c1571d65a0084f876f0f553c33ccd42f1 parent 61e3e72 commit 361e958
1 file changed
Lines changed: 11 additions & 4 deletions
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
701 | 708 | | |
702 | 709 | | |
703 | 710 | | |
| |||
0 commit comments