protoMessage text= protoMessage.Parser.parseform(byteStr)
//protomessage 是protobuf 依照定义proto所编出来的cs
Text 如何转list?
爬官网好像是listvalue?但不知怎用,还是有其他方法?
另若要把以上包在method里,我该如何定Method type 后return?
list<protoMessage> mehod(){
//proto object to list
return listStr;
}
以上请教