Skip to content

Instantly share code, notes, and snippets.

@mgravell
Created June 17, 2017 11:00
Show Gist options
  • Save mgravell/3eacb6efdd84ccb55a51050f5451ecbe to your computer and use it in GitHub Desktop.
Save mgravell/3eacb6efdd84ccb55a51050f5451ecbe to your computer and use it in GitHub Desktop.
syntax = "proto3";
import "protobuf-net/protogen.proto";
message Foo {
option (.protobuf_net.msgopt).name = "Bar";
int32 id = 1 [(.protobuf_net.fieldopt).access = INTERNAL];
map<sint32,Foo> item = 2 [(.protobuf_net.fieldopt).asRef = true];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment