protobuf 0.1 文档

  • Protocol Buffers - 谷歌的数据交换格式
  • 安装
  • 开发者指南
    • 应用说明:Field 存在
    • How To Implement Field Presence for Proto3
    • Ahead Of Time (AOT) compilation for the Java Virtual Machine (JVM)”
    • Protobuf Global Extension Registry
    • Protobuf Performance
    • Third-Party Add-ons for Protocol Buffers
  • Python API
  • 代码样例
  • Python API 参考
    • google.protobuf.descriptor
    • google.protobuf.descriptor_database
    • google.protobuf.descriptor_pool
    • google.protobuf.internal.containers
    • google.protobuf.json_format
    • google.protobuf.message
    • google.protobuf.message_factory
    • google.protobuf.proto_builder
    • google.protobuf.reflection
    • google.protobuf.service
    • google.protobuf.service_reflection
    • google.protobuf.symbol_database
    • google.protobuf.text_encoding
    • google.protobuf.text_format
  • CMake
  • java
  • objectivec
  • csharp
  • JavaScript
  • ruby
  • PHP
版权所有 © 2021 xinetzone
由 EBP 提供技术支持

开发者指南¶

  • 应用说明:Field 存在
    • 背景
    • Semantic differences
    • How to enable explicit presence in proto3
  • How To Implement Field Presence for Proto3
    • Document Summary
    • Background
    • Updating a Code Generator
    • Updating Reflection
  • Ahead Of Time (AOT) compilation for the Java Virtual Machine (JVM)”
    • GraalVM native-image
  • Protobuf Global Extension Registry
    • Existing Registered Extensions
  • Protobuf Performance
    • Parsing performance
    • Serialization performance
  • Third-Party Add-ons for Protocol Buffers
    • Programming Languages
    • RPC Implementations
    • Other Utilities

上一页

安装

下一页

应用说明:Field 存在

By xinetzone
© Copyright 2021, xinetzone.