Protocol Buffers 是什么?
Protocol buffers are Google’s language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. —— ...……
This Is A Light-Weight And Fast-Develop .Net Framework.
Usage
STEP 1 Create Your Entities
public class DemoEntity : BaseEntity
{
public int Id { get; set; }
public string Name { get; set; }
publ……