COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220605194610/https://github.com/topics/serialization
Here are
2,162 public repositories
matching this topic...
Protocol Buffers - Google's data interchange format
A fast JSON parser/generator for Java.
Updated
May 31, 2022
Java
FlatBuffers: Memory Efficient Serialization Library
Cross-browser storage for all use cases, used across the web.
Updated
May 14, 2022
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
Jun 5, 2022
Python
Java binary serialization and cloning: fast, efficient, automatic
Updated
Apr 29, 2022
HTML
A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
A handy swift json-object serialization/deserialization library
Updated
Jan 14, 2022
Swift
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
Kotlin multiplatform / multi-format serialization
Updated
Jun 4, 2022
Kotlin
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Updated
Jun 3, 2022
Python
A C++11 library for serialization
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
Python Data Structures for Humans™.
Updated
Aug 23, 2021
Python
Safely pass trusted data to untrusted environments and back.
Updated
Jun 1, 2022
Python
The fastest C JSON library
Rust implementation of Google protocol buffers
Updated
May 31, 2022
Rust
Updated
Apr 25, 2022
Rust
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
Java serialization library, proto compiler, code generator
Updated
Apr 30, 2022
Java
YamlDotNet is a .NET library for YAML
msgpack.org[Go] MessagePack encoding for Golang
🚄 FASTJSON2是FASTJSON项目的重要升级,目标是为下一个十年提供一个高性能的JSON库
A binary encoder / decoder implementation in Rust.
FST: fast java serialization drop in-replacement
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
Updated
May 20, 2022
Java
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.