mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-23 06:41:09 +00:00
The v1 implementation calls Marshal methods when deterministic serialization is requested, even though it has no way to verify that the method supports determinism. Preserve this behavior. Change-Id: I383f2ec4bd4d5b996d96d604e92dfa43cb6f1bdc Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/205719 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>