-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
None
-
5
-
6d69e9972 (dev), 121dae3a7 (6.7)
-
Foundations Sprint 96, Foundations Sprint 97
Serialization/deserialization of map fields in *.proto files should be supported by QtProtobuf JSON serializer:
message SimpleInt64StringMapMessage { map<int64, string> mapField = 4; }
+ create autotests for map fields case;