protobuf-net
Data serializer
A contract-based serializer for .NET code that writes data in the protocol buffers format
Protocol Buffers library for idiomatic .NET
5k stars
224 watching
1k forks
Language: C#
last commit: 24 days ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
protocolbuffers/protobuf | A language-neutral, platform-neutral format for serializing structured data | 65,753 |
protobuf-c/protobuf-c | A C implementation of Google Protocol Buffers data serialization format | 2,692 |
protobufjs/protobuf.js | A JavaScript library for serializing structured data using the Protocol Buffers format. | 9,938 |
golang/protobuf | Provides Go bindings for protocol buffers for efficient binary serialization and deserialization of structured data. | 9,785 |
silentorbit/protobuf | A C# code generator for reading and writing the Protocol Buffers format | 308 |
rowtype-yoga/purescript-protobuf | A PureScript library and code generator for Google Protocol Buffers version 3. | 54 |
stepancheg/rust-protobuf | Rust implementation of Google protocol buffers for serialization and deserialization | 2,809 |
apple/swift-protobuf | Provides Swift code generation and runtime library for using protocol buffers in Swift applications. | 4,583 |
status-im/nim-protobuf-serialization | A library that provides serialization and decoding support for Protocol Buffers in Nim programming language | 19 |
arwalk/zig-protobuf | An implementation of Google Protocol Buffers version 3 in Zig. | 233 |
bufbuild/protoc-gen-validate | A tool that adds semantic validation to Protocol Buffers messages generated by the protoc compiler | 3,787 |
appsflyer/pronto | A Clojure library for working with Protocol Buffers 3 data structures in an idiomatic and type-safe way. | 110 |
ahamez/protox | A fast and reliable Elixir library for working with Google Protocol Buffers | 269 |
gogo/protobuf | A code generation tool for Protocol Buffers in Go, providing features like fast marshalling and compatibility with other libraries. | 5,664 |
jhump/goprotoc | Makes it easy to work with Protocol Buffers in Go by providing tools and libraries for generating code, implementing plugins, and running the protocol buffer compiler. | 85 |