You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message AAA {
}
message BBB {
}
message Msg {
AAA aaa = 1;
map<string, BBB> bbb = 2;
}
when you invoke proto-map->clj-map on Msg, it will convert Msg, & the inner AAA into clj maps
but it will keep all the values of bbb as proto-maps
The text was updated successfully, but these errors were encountered:
when you have a proto of this type:
The text was updated successfully, but these errors were encountered: