:pencil2: Order-independent Transparent in Unity
Support
Quality
Security
License
Reuse
A C# port of Box2D
Support
Quality
Security
License
Reuse
KISS and DRY
Support
Quality
Security
License
Reuse
KISS and DRY
Support
Quality
Security
License
Reuse
A Lens Library for Javascript
Support
Quality
Security
License
Reuse
Some demos of GoFrame.
Support
Quality
Security
License
Reuse
Deprecated serialization/deserialization for Rust
Support
Quality
Security
License
Reuse
Single header YAML 1.0 C++11 serializer/deserializer.
Support
Quality
Security
License
Reuse
C++结构体序列化
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
Encode and decode Go (golang) struct types via protocol buffers.
Support
Quality
Security
License
Reuse
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
Support
Quality
Security
License
Reuse
Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas
Support
Quality
Security
License
Reuse
protobuf-net无gc优化版本,另外还提供了一些无gc自定义数据结构,以及对Unity3D中c#代码的各种无gc使用方式测试。
Support
Quality
Security
License
Reuse
Rust implementation of ttrpc (GRPC for low-memory environments)
Support
Quality
Security
License
Reuse
Rust implementation of Binary Object Representation Serializer for Hashing
Support
Quality
Security
License
Reuse
🎉 An awesome version control tool for protoc and its related plugins.
Support
Quality
Security
License
Reuse
Generate Scala case class definitions from Avro schemas
Support
Quality
Security
License
Reuse
Avro client library implementation in Rust
Support
Quality
Security
License
Reuse
更好的序列化库,c++14开发,header-only,简洁高效。Now there is a better serialization libray:https://github.com/qicosmos/iguana please replace kapok with iguana.
Support
Quality
Security
License
Reuse
JavaScript-based web UI to decode ad-hoc Protobuf data
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
Write-once, read-many, minimal overhead binary structured file format.
Support
Quality
Security
License
Reuse
Avro support for kotlinx.serialization
Support
Quality
Security
License
Reuse
[Deprecated] An Objective-C implementation of Google proto buffer for iOS
Support
Quality
Security
License
Reuse
ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema. Strong typing. Well documented (and msgpack2 compatible) format so other languages can be readily supported. See also https://github.com/glycerine/greenpack for a more recent alternative. Docs:
Support
Quality
Security
License
Reuse
Golang StatsD client
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
e
endpoints-proto-datastoreby GoogleCloudPlatform
Python 
158
Version:Current
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
serialize django data in a simple way
Support
Quality
Security
License
Reuse
JavaScript serialization that preserves behavior and reference circularity.
Support
Quality
Security
License
Reuse
An example of gRPC
Support
Quality
Security
License
Reuse
JSON schema generation from dataclasses
Support
Quality
Security
License
Reuse
Super lightweight function registries for your library
Support
Quality
Security
License
Reuse
Bench code which tests entity materialization speed of various .NET data access / ORM implementations
Support
Quality
Security
License
Reuse
Serialize and deserialize C-like enum as underlying repr
Support
Quality
Security
License
Reuse
Command line tool for inspecting Parquet files
Support
Quality
Security
License
Reuse
Serialize numpy arrays using msgpack
Support
Quality
Security
License
Reuse
The main purpose of this library is to bring missing features to the official .Net namespace System.Text.Json
Support
Quality
Security
License
Reuse
documentation generator & other tools for protobuf/gRPC
Support
Quality
Security
License
Reuse
Type that deserializes only from one specific value
Support
Quality
Security
License
Reuse
The Schema Repo is a RESTful web service for storing and serving mappings between schema identifiers and schema definitions.
Support
Quality
Security
License
Reuse
Deserialize to objects while staying DRY
Support
Quality
Security
License
Reuse
Python serialization for adults
Support
Quality
Security
License
Reuse
Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
Support
Quality
Security
License
Reuse
Implements a wrapper for Redis datatypes so they mimic the datatypes found in Python.
Support
Quality
Security
License
Reuse
A package-at-a-time wrapper for protoc, for generating Go protobuf code.
Support
Quality
Security
License
Reuse
a binary util of Go
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
Schema evolution for akka-persistence
Support
Quality
Security
License
Reuse
O
OIT_Labby candycat1992
:pencil2: Order-independent Transparent in Unity
C#
178
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
B
Support
Quality
Security
License
Reuse
t
Support
Quality
Security
License
Reuse
z
Support
Quality
Security
License
Reuse
n
Support
Quality
Security
License
Reuse
g
Support
Quality
Security
License
Reuse
r
rustc-serializeby rust-lang-deprecated
Deprecated serialization/deserialization for Rust
Rust
174
Updated: 5 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
m
mini-yamlby jimmiebergmann
Single header YAML 1.0 C++11 serializer/deserializer.
C++
173
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
s
Support
Quality
Security
License
Reuse
s
sparrowhawkby google
Shell
169
Updated: 4 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
p
protostructureby mitchellh
Encode and decode Go (golang) struct types via protocol buffers.
Go
169
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
o
ormsgpackby aviramha
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
Rust
169
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
d
dataclasses-avroschemaby marcosschroh
Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas
Python
168
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
p
protobuf-net-gc-optimizationby smilehao
protobuf-net无gc优化版本,另外还提供了一些无gc自定义数据结构,以及对Unity3D中c#代码的各种无gc使用方式测试。
C#
168
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
t
ttrpc-rustby containerd
Rust implementation of ttrpc (GRPC for low-memory environments)
Rust
167
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
b
borsh-rsby near
Rust implementation of Binary Object Representation Serializer for Hashing
Rust
167
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
p
powerprotoby storyicon
🎉 An awesome version control tool for protoc and its related plugins.
Go
167
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
a
avrohuggerby julianpeeters
Generate Scala case class definitions from Avro schemas
Scala
166
Updated: 3 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
a
avro-rsby flavray
Avro client library implementation in Rust
Rust
166
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
K
Kapokby qicosmos
更好的序列化库,c++14开发,header-only,简洁高效。Now there is a better serialization libray:https://github.com/qicosmos/iguana please replace kapok with iguana.
C++
166
Updated: 4 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
p
protobuf-decoderby pawitp
JavaScript-based web UI to decode ad-hoc Protobuf data
JavaScript
163
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
p
protobuf_decoderby nevermoe
Python
163
Updated: 4 y ago
License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
f
flatdataby heremaps
Write-once, read-many, minimal overhead binary structured file format.
Python
163
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
a
avro4kby avro-kotlin
Avro support for kotlinx.serialization
Kotlin
162
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
p
protobuf-iosby mingchen
[Deprecated] An Objective-C implementation of Google proto buffer for iOS
C++
162
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
z
zebrapackby glycerine
ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema. Strong typing. Well documented (and msgpack2 compatible) format so other languages can be readily supported. See also https://github.com/glycerine/greenpack for a more recent alternative. Docs:
Go
161
Updated: 4 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
s
Support
Quality
Security
License
Reuse
v
valuableby tokio-rs
Rust
159
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
e
endpoints-proto-datastoreby GoogleCloudPlatform
Python
158
Updated: 4 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
d
django-simple-serializerby bluedazzle
serialize django data in a simple way
Python
156
Updated: 2 y ago
License: Permissive (BSD-2-Clause)
Support
Quality
Security
License
Reuse
r
resurrect-jsby skeeto
JavaScript serialization that preserves behavior and reference circularity.
JavaScript
156
Updated: 4 y ago
License: Permissive (Unlicense)
Support
Quality
Security
License
Reuse
g
Support
Quality
Security
License
Reuse
d
dataclasses-jsonschemaby s-knibbs
JSON schema generation from dataclasses
Python
155
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
c
catalogueby explosion
Super lightweight function registries for your library
Python
153
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
R
RawDataAccessBencherby FransBouma
Bench code which tests entity materialization speed of various .NET data access / ORM implementations
C#
153
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
s
serde-reprby dtolnay
Serialize and deserialize C-like enum as underlying repr
Rust
153
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
p
pqrsby manojkarthick
Command line tool for inspecting Parquet files
Rust
153
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
m
msgpack-numpyby lebedov
Serialize numpy arrays using msgpack
Python
152
Updated: 4 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
D
Dahomey.Jsonby dahomey-technologies
The main purpose of this library is to bring missing features to the official .Net namespace System.Text.Json
C#
152
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
p
prototoolsby sourcegraph
documentation generator & other tools for protobuf/gRPC
Go
152
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
monostateby dtolnay
Type that deserializes only from one specific value
Rust
152
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
s
schema-repoby schema-repo
The Schema Repo is a RESTful web service for storing and serving mappings between schema identifiers and schema definitions.
Java
151
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
d
desertby python-desert
Deserialize to objects while staying DRY
Python
151
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
c
camelby eevee
Python serialization for adults
Python
150
Updated: 4 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
p
protobuf-java-formatby bivas
Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
Java
148
Updated: 2 y ago
License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
r
redis_wrapby Doist
Implements a wrapper for Redis datatypes so they mimic the datatypes found in Python.
Python
148
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
g
goprotowrapby square
A package-at-a-time wrapper for protoc, for generating Go protobuf code.
Go
148
Updated: 4 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
b
Support
Quality
Security
License
Reuse
p
protobuf-decoderby nevermoe
Python
145
Updated: 5 y ago
License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
s
staminaby scalapenos
Schema evolution for akka-persistence
Scala
145
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse