Here are
1,541 public repositories
matching this topic...
Protocol Buffers - Google's data interchange format
A fast JSON parser/generator for Java.
Updated
Sep 17, 2020
Java
FlatBuffers: Memory Efficient Serialization Library
Cross-browser storage for all use cases, used across the web.
Updated
Sep 2, 2020
JavaScript
A high-performance 100% compatible drop-in replacement of "encoding/json"
A lightweight library for converting complex objects to and from simple Python datatypes.
Updated
Sep 17, 2020
Python
A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
Updated
Aug 28, 2020
Java
A handy swift json-object serialization/deserialization library
Updated
Aug 26, 2020
Swift
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
Decorator-based transformation, serialization, and deserialization between objects and classes.
Updated
Sep 17, 2020
TypeScript
A C++11 library for serialization
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
Updated
Sep 11, 2020
JavaScript
Kotlin multiplatform / multi-format serialization
Updated
Sep 17, 2020
Kotlin
Python Data Structures for Humans™.
Updated
Jul 21, 2020
Python
Safely pass trusted data to untrusted environments and back.
Updated
Sep 14, 2020
Python
Hprose is a cross-language RPC. This project is Hprose 2.0 for PHP
Java serialization library, proto compiler, code generator
Updated
Sep 17, 2020
Java
Rust implementation of Google protocol buffers
Updated
Sep 14, 2020
Rust
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Updated
Aug 17, 2020
Rust
FST: fast java serialization drop in-replacement
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
Updated
Jul 29, 2020
Java
msgpack.org[Go] MessagePack encoding for Golang
YamlDotNet is a .NET library for YAML
Updated
Dec 9, 2018
Python
Hprose is a cross-language RPC. This project is Hprose for Golang.
A Symfony Pack for Symfony Serializer
Improve this page
Add a description, image, and links to the
serialization
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
serialization
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.