-
Updated
Feb 4, 2022 - C++
#
serialization
Here are 2,039 public repositories matching this topic...
Protocol Buffers - Google's data interchange format
A fast JSON parser/generator for Java.
android
java
serialization
json
json-serialization
deserialization
json-parser
fastjson
json-serializer
best-performance
-
Updated
Jan 24, 2022 - Java
FlatBuffers: Memory Efficient Serialization Library
javascript
python
c
java
go
c-sharp
rust
c-plus-plus
serialization
typescript
protobuf
cross-platform
flatbuffers
zero-copy
marshalling
grpc
rpc
json-parser
mmap
serialization-library
-
Updated
Feb 6, 2022 - C++
Cross-browser storage for all use cases, used across the web.
-
Updated
Jan 27, 2022 - JavaScript
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Jan 10, 2022 - Go
A lightweight library for converting complex objects to and from simple Python datatypes.
-
Updated
Jan 30, 2022 - Python
Java binary serialization and cloning: fast, efficient, automatic
-
Updated
Feb 4, 2022 - HTML
A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
-
Updated
Dec 8, 2021 - Java
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#]
-
Updated
Jan 27, 2022 - C#
Kotlin multiplatform / multi-format serialization
-
Updated
Feb 4, 2022 - Kotlin
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
-
Updated
Feb 4, 2022 - Python
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
-
Updated
Feb 5, 2022 - HTML
bialasjaroslaw
commented
Dec 13, 2021
I have noticed that for some enums I have compilation fail (which is good, as I don't want to check if any code has some issues with wrong min/max specification for enum values one by one), but for others it is not complaining at all.
It seems that this happens only if there is a missing enum of value MAGIC_ENUM_RANGE_MAX+1
This is fairly representative example of the code that should fail
Python Data Structures for Humans™.
-
Updated
Aug 23, 2021 - Python
Safely pass trusted data to untrusted environments and back.
-
Updated
Feb 3, 2022 - Python
C++ Reflection Library
-
Updated
Nov 26, 2021 - C++
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
php
serialization
packagist
composer
cross-platform
php7
serializer
php-library
rpc
rpc-server
hprose
rpc-client
rpc-framework
cross-domain
rpc-library
rpc-service
serialization-library
cross-device
serialize
cross-language
-
Updated
Dec 24, 2020 - PHP
The fastest JSON library in C
-
Updated
Jan 17, 2022 - C
Java serialization library, proto compiler, code generator
-
Updated
Apr 30, 2021 - Java
msgpack.org[Go] MessagePack encoding for Golang
-
Updated
Jan 28, 2022 - Go
FST: fast java serialization drop in-replacement
-
Updated
Sep 14, 2021 - Java
A binary encoder / decoder implementation in Rust.
-
Updated
Feb 6, 2022 - Rust
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
-
Updated
Jan 23, 2022 - Java
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
c-plus-plus
serialization
reflection
cplusplus
cpp
metaprogramming
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
nameof
nameof-operator
enum-to-string
-
Updated
Jan 24, 2022 - C++
Improve this page
Add a description, image, and links to the serialization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serialization topic, visit your repo's landing page and select "manage topics."
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.