protobuf-swift icon indicating copy to clipboard operation
protobuf-swift copied to clipboard

How to use 'Any' type conversion ?

Open CoderLineChan opened this issue 7 years ago • 0 comments

.proto file to reproduce

message ResponseMessage {
	google.protobuf.Any meesage = 1;
}
msessage Body {
       string str = 1;
}

Description

How to set meesage type to Body type ?

CoderLineChan avatar Mar 02 '17 08:03 CoderLineChan