Created
June 17, 2017 11:00
-
-
Save mgravell/3eacb6efdd84ccb55a51050f5451ecbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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