protobuf-go/encoding
Joe Tsai d47ea19d2f encoding: support weak fields in text and JSON unmarshaling
If the message for a weak field is linked in,
we treat it as if it were identical to a normal known field.
However, if the weak field is not linked in,
we treat it as if the field were not known.

Change-Id: I576d911deec98e13211304024a6353734d055465
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/185457
Reviewed-by: Herbie Ong <herbie@google.com>
2019-07-15 19:09:08 +00:00
..
protojson encoding: support weak fields in text and JSON unmarshaling 2019-07-15 19:09:08 +00:00
prototext encoding: support weak fields in text and JSON unmarshaling 2019-07-15 19:09:08 +00:00
testprotos reflect/protoreflect: add Enum.Type and Message.Type 2019-07-12 23:43:21 +00:00
bench_test.go reflect/protoreflect: add alternative message reflection API 2019-06-17 17:33:24 +00:00