• protobuf-net


    Use "Protocol Buffers" serialization from your .NET code

    Introduction

    protocol buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be:

    • small in size - efficient data storage (far smaller than xml)
    • cheap to process - both at the client and server
    • platform independent - portable between different programming architectures
    • extensible - to add new data to old messages

    protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily. It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5, .NET CF 2.0/3.5, Mono 2.x, Silverlight 2, etc.

    http://code.google.com/p/protobuf-net/

  • 相关阅读:
    top-adx-apps
    mac 打印机无法打印
    doubleclick-video-skipable
    微信小程序-基础学习
    uniapp-学习总结1
    react-1
    mysql-1
    jenkins-1
    后台管理系统-1
    微信小程序-父子组件通信
  • 原文地址:https://www.cnblogs.com/zjoch/p/3316649.html
Copyright © 2020-2023  润新知