Skip to content
Snippets Groups Projects
Commit 1f2d5763 authored by Googler's avatar Googler Committed by Copybara-Service
Browse files

Make MultimapCodec async-compatible.

The previous implementation contained unsound casts. LinkedHashMultimap is
a declarable type that cannot be assigned from ImmutableSetMultimap which
would have led to a runtime crash. So the codecs are broken out and registered
individually.

Minor ArrayProcessor changes.
* Use a static import for array offset constants.
* Add a deserializeObjectArrayFully method.

PiperOrigin-RevId: 595569849
Change-Id: I8add48dacd13d4e08159c48e4145632055af2e15
parent dc3a3596
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment