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;
}
以上請教