HashMaps
#513
Replies: 4 comments 5 replies
-
|
Maps are supported natively since 5.0 without the need for adapters |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
You must also use @ProtoSchema(syntax=ProtoSyntax.PROTO3) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Ah, if your field is actually of type |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I have created #514 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am just curious: Is there a particular reason why CommonContainerTypes do not provide a HashMapAdapter (which at least maps to a list of objects with key/value)? Or why protostream lacks of Map Support in general? According to Protobuf HashMap are even now natively supported https://protobuf.dev/programming-guides/proto3/#maps.
Beta Was this translation helpful? Give feedback.
All reactions