allegro/php-protobuf

Add full support for maps

hjagodzinski opened this issue · 0 comments

A map field is currently represented as an array of MapFieldEntry objects instead of simply array of keys and values. This kind of behavior is described in a greater detail in the official documentation in the Backwards compatibility.