Skip to content

Java generator - maps should be serialized according to protobuf spec #13

@kshchepanovskyi

Description

@kshchepanovskyi

Maps should be serialized as a key-values according to google protobuf specification.

Proto3 JSON JSON Example Notes
map<K,V> object {"k": v, …} All keys are converted to strings.

Currently they are serialized as a repeated list of messages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions