本文固定连接:http://blog.csdn.net/u013108312/article/details/52712119
using System.Text;
using System.IO;
using ProtoBuf;
namespace Protobuf
{
class ProtobufHelper
{
/// <summary>
/// 序列化成string
/// </summary>