allegro / php-protobuf

PHP Protobuf - Google's Protocol Buffers for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add full support for maps

hjagodzinski opened this issue · 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.