protobuf 反序列化後如何轉list

作者: tree581 (talltree)   2019-03-05 18:51:37
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;
}
以上請教
作者: totte (totte)   2019-03-06 12:11:00
string.split
作者: tree581 (talltree)   2019-03-06 16:04:00
他是prototype,没有.split能用

Links booklink

Contact Us: admin [ a t ] ucptt.com