streem/pbandk

ProtoFile.service.method.options contain 3 unknown bytes

Maaaaaaaa12138 opened this issue · 0 comments

Here's my proto file.

service TestService {
  rpc GetTest (TestRequest) returns (TestResponse) {
    option (pb_idl.api_method).serializer="json";
  }
}

However,there are 3 unknown bytes in ProtoFile.service.method.options.
I want to know what these 3 bytes mean.
image