aboutsummaryrefslogtreecommitdiff
path: root/protoc-gen-go/testdata/my_test/test.pb.go
diff options
context:
space:
mode:
Diffstat (limited to 'protoc-gen-go/testdata/my_test/test.pb.go')
-rw-r--r--protoc-gen-go/testdata/my_test/test.pb.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/protoc-gen-go/testdata/my_test/test.pb.go b/protoc-gen-go/testdata/my_test/test.pb.go
index 1165dea..361a813 100644
--- a/protoc-gen-go/testdata/my_test/test.pb.go
+++ b/protoc-gen-go/testdata/my_test/test.pb.go
@@ -413,6 +413,12 @@ func (m *OldReply) Marshal() ([]byte, error) {
func (m *OldReply) Unmarshal(buf []byte) error {
return proto.UnmarshalMessageSet(buf, m.ExtensionMap())
}
+func (m *OldReply) MarshalJSON() ([]byte, error) {
+ return proto.MarshalMessageSetJSON(m.XXX_extensions)
+}
+func (m *OldReply) UnmarshalJSON(buf []byte) error {
+ return proto.UnmarshalMessageSetJSON(buf, m.XXX_extensions)
+}
// ensure OldReply satisfies proto.Marshaler and proto.Unmarshaler
var _ proto.Marshaler = (*OldReply)(nil)