Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with serialization

A curated list of projects in awesome lists tagged with serialization .

https://github.com/google/protobuf

Protocol Buffers - Google's data interchange format

marshalling protobuf protobuf-runtime protoc protocol-buffers protocol-compiler rpc serialization

Last synced: 04 Aug 2024

https://github.com/alibaba/fastjson

FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.

android best-performance deserialization fastjson java json json-parser json-serialization json-serializer serialization

Last synced: 29 Sep 2024

https://github.com/marcuswestin/store.js

Cross-browser storage for all use cases, used across the web.

cross-browser javascript localstorage plugins serialization storage store-json

Last synced: 29 Sep 2024

https://github.com/json-iterator/Go

A high-performance 100% compatible drop-in replacement of "encoding/json"

deserialization go golang json json-parser parser serialization serializer

Last synced: 30 Jul 2024

https://github.com/json-iterator/go

A high-performance 100% compatible drop-in replacement of "encoding/json"

deserialization go golang json json-parser parser serialization serializer

Last synced: 29 Sep 2024

https://github.com/protobufjs/protobuf.js

Protocol Buffers for JavaScript & TypeScript.

javascript protobuf protocol-buffers serialization typescript

Last synced: 31 Jul 2024

https://github.com/dcodeIO/protobuf.js

Protocol Buffers for JavaScript & TypeScript.

javascript protobuf protocol-buffers serialization typescript

Last synced: 02 Aug 2024

https://github.com/frohoff/ysoserial

A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.

deserialization exploit gadget java javadeser jvm poc serialization vulnerability

Last synced: 30 Sep 2024

https://github.com/marshmallow-code/marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.

deserialization hacktoberfest marshalling python python-3 schema serde serialization validation

Last synced: 01 Oct 2024

https://github.com/ijl/orjson

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

dataclasses datetime deserialization json numpy pyo3 python rust serialization

Last synced: 29 Sep 2024

https://github.com/EsotericSoftware/kryo

Java binary serialization and cloning: fast, efficient, automatic

cloning java kryo serialization

Last synced: 31 Jul 2024

https://github.com/neuecc/MessagePack-CSharp

Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]

c-sharp lz4 messagepack msgpack serialization serializer unity xamarin

Last synced: 31 Jul 2024

https://github.com/messagepack-csharp/messagepack-csharp

Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]

c-sharp lz4 messagepack msgpack serialization serializer unity xamarin

Last synced: 26 Sep 2024

https://github.com/MessagePack-CSharp/MessagePack-CSharp

Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]

c-sharp lz4 messagepack msgpack serialization serializer unity xamarin

Last synced: 31 Jul 2024

https://github.com/kotlin/kotlinx.serialization

Kotlin multiplatform / multi-format serialization

cbor json kotlin protobuf serialization

Last synced: 29 Sep 2024

https://github.com/Kotlin/kotlinx.serialization

Kotlin multiplatform / multi-format serialization

cbor json kotlin protobuf serialization

Last synced: 30 Jul 2024

https://github.com/neargye/magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

c-plus-plus c-plus-plus-17 cplusplus cplusplus-17 cpp cpp17 enum enum-to-string header-only metaprogramming no-dependencies reflection serialization single-file string-to-enum

Last synced: 01 Oct 2024

https://github.com/Neargye/magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

c-plus-plus c-plus-plus-17 cplusplus cplusplus-17 cpp cpp17 enum enum-to-string header-only metaprogramming no-dependencies reflection serialization single-file string-to-enum

Last synced: 31 Jul 2024

https://github.com/alibaba/handyjson

A handy swift json-object serialization/deserialization library

deserialization json json-fields mapping serialization swift

Last synced: 30 Sep 2024

https://github.com/alibaba/HandyJSON

A handy swift json-object serialization/deserialization library

deserialization json json-fields mapping serialization swift

Last synced: 01 Aug 2024

https://github.com/uscilab/cereal

A C++11 library for serialization

c-plus-plus cereal serialization

Last synced: 30 Sep 2024

https://github.com/USCiLab/cereal

A C++11 library for serialization

c-plus-plus cereal serialization

Last synced: 30 Jul 2024

https://github.com/inikulin/parse5

HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.

html html-parsing html5 parser serialization serializer whatwg

Last synced: 29 Sep 2024

https://github.com/ron-rs/ron

Rusty Object Notation

configs data-format rust serde serialization

Last synced: 29 Sep 2024

https://github.com/apache/fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.

compression cpp cross-language encoding fast golang hacktoberfest java javascript jit lightning marshalling multiple-language persistence python rpc rust serialization transfer zero-copy

Last synced: 01 Oct 2024

https://github.com/pallets/itsdangerous

Safely pass trusted data to untrusted environments and back.

hmac itsdangerous pallets python security serialization

Last synced: 29 Sep 2024

https://github.com/stepancheg/rust-protobuf

Rust implementation of Google protocol buffers

protobuf rust serialization

Last synced: 29 Sep 2024

https://github.com/rkyv/rkyv

Zero-copy deserialization framework for Rust

rust serialization zero-copy

Last synced: 31 Jul 2024

https://github.com/servo/bincode

A binary encoder / decoder implementation in Rust.

binary encoding rust serialization

Last synced: 05 Aug 2024

https://github.com/bincode-org/bincode

A binary encoder / decoder implementation in Rust.

binary encoding rust serialization

Last synced: 29 Sep 2024

https://github.com/aaubry/yamldotnet

YamlDotNet is a .NET library for YAML

dotnet parser serialization yaml

Last synced: 29 Sep 2024

https://github.com/aaubry/YamlDotNet

YamlDotNet is a .NET library for YAML

dotnet parser serialization yaml

Last synced: 31 Jul 2024

https://github.com/vmihailenco/msgpack

msgpack.org[Go] MessagePack encoding for Golang

encoding go golang msgpack serialization

Last synced: 29 Sep 2024

https://github.com/neargye/nameof

Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum

c-plus-plus c-plus-plus-17 cplusplus cplusplus-17 cpp cpp17 enum-to-string header-only metaprogramming nameof nameof-operator no-dependencies reflection serialization single-file

Last synced: 25 Sep 2024

https://github.com/protostuff/protostuff

Java serialization library, proto compiler, code generator

graph java json protobuf protostuff serialization

Last synced: 29 Sep 2024

https://github.com/Neargye/nameof

Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum

c-plus-plus c-plus-plus-17 cplusplus cplusplus-17 cpp cpp17 enum-to-string header-only metaprogramming nameof nameof-operator no-dependencies reflection serialization single-file

Last synced: 31 Jul 2024

https://github.com/jcrist/msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML

deserialization json json-schema jsonschema messagepack msgpack openapi3 python schema serde serialization toml validation yaml

Last synced: 29 Sep 2024

https://github.com/betwixt-labs/bebop

🎷No ceremony, just code. Blazing fast, typesafe binary serialization.

c-sharp compiler cpp dart deserialization javascript json marshalling real-time rpc rust serialization typescript zero-copy

Last synced: 01 Oct 2024

https://github.com/felixguendling/cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.

benchmark cpp cpp17 deserialization efficient high-performance reflection serialization zero-copy

Last synced: 30 Sep 2024

https://github.com/zfoo-project/zfoo

💡Extremely fast enterprise server framework, can be used in RPC, game server, web server.

byte-buddy cocos cpp game-framework game-server godot godot-engine hotswap java javassist mongodb netty network orm rpc serialization spring unity unreal-engine websocket

Last synced: 29 Sep 2024

https://github.com/ruedigermoeller/fast-serialization

FST: fast java serialization drop in-replacement

faster java json offheap serialization

Last synced: 30 Sep 2024

https://github.com/json-iterator/java

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go

deserialization java json json-parser parser serialization serializer

Last synced: 30 Sep 2024

https://github.com/rust-crdt/rust-crdt

a collection of well-tested, serializable CRDTs for Rust

crdt distributed-systems rust serialization

Last synced: 30 Sep 2024

https://github.com/quiltdata/quilt

Quilt is a data mesh for connecting people with actionable data

data data-engineering data-version-control data-versioning parquet python serialization

Last synced: 30 Sep 2024

https://github.com/jsonpickle/jsonpickle

Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.

bsd-3-clause deserialization json objectstorage pickle python serialization

Last synced: 30 Sep 2024

https://github.com/thriftpy/thriftpy

Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2

python rpc serialization thrift

Last synced: 26 Sep 2024

https://github.com/Thriftpy/thriftpy

Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2

python rpc serialization thrift

Last synced: 04 Aug 2024

https://github.com/kdl-org/kdl

the kdl document language specifications

kdl language serialization specification

Last synced: 25 Sep 2024

https://github.com/tafia/quick-xml

Rust high performance xml reader and writer

deserialization html performance-xml pull-parser serialization writer xml xml-parser

Last synced: 30 Sep 2024

https://github.com/FasterXML/jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.

deserialization hacktoberfest jackson json kotlin serialization

Last synced: 31 Jul 2024

https://github.com/fasterxml/jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.

deserialization hacktoberfest jackson json kotlin serialization

Last synced: 30 Sep 2024

https://github.com/3hren/msgpack-rust

MessagePack implementation for Rust / msgpack.org[Rust]

crates-rmp decoding messagepack msgpack rmp rust serde serialization

Last synced: 30 Sep 2024

https://github.com/3Hren/msgpack-rust

MessagePack implementation for Rust / msgpack.org[Rust]

crates-rmp decoding messagepack msgpack rmp rust serde serialization

Last synced: 31 Jul 2024

https://github.com/fraillt/bitsery

Your binary serialization library

binary-serialization cpp11 cpp14 serialization

Last synced: 26 Sep 2024

https://github.com/symfony/serializer-pack

A Symfony Pack for Symfony Serializer

serialization serializer symfony symfony-pack

Last synced: 29 Sep 2024

https://github.com/sharksforarms/deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization

bits bytes declarative deku deserialization encoder-decoder parse rust rust-crate serialization symmetric

Last synced: 31 Jul 2024

https://github.com/taoensso/nippy

The fastest serialization library for Clojure

clojure compression edn encryption epl serialization taoensso

Last synced: 01 Oct 2024

https://github.com/ptaoussanis/nippy

The fastest serialization library for Clojure

clojure compression edn encryption epl serialization taoensso

Last synced: 03 Aug 2024

https://github.com/moaidhathot/dumpify

Adding `.Dump()` extension methods to Console Applications, similar to LinqPad's.

ansci console-application csharp debugging dotnet instrumentation logging nuget serialization

Last synced: 30 Sep 2024

https://github.com/qicosmos/iguana

universal serialization engine

binary c-plus-plus json serialization xml

Last synced: 03 Aug 2024

https://github.com/mildsunrise/protobuf-inspector

🕵️ Tool to reverse-engineer Protocol Buffers with unknown definition

protocol-buffers reverse-engineering serialization

Last synced: 31 Jul 2024

https://github.com/stephenberry/glaze

Extremely fast, in memory, JSON and interface library for modern C++

api beve binary cplusplus cpp csv fast header-only interface json json-rpc2 json-schema reflection serialization

Last synced: 25 Sep 2024

https://github.com/msgpack/msgpack-cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]

c-sharp messagepack msgpack serialization

Last synced: 31 Jul 2024

https://github.com/mapbox/pbf

A low-level, lightweight protocol buffers implementation in JavaScript.

binary decoding encoding fast format javascript library pbf protocol-buffers serialization

Last synced: 01 Aug 2024

https://github.com/JiepengTan/LockstepEngine

A lockstep solution include lots of deterministic library (Math,Collision,Navmesh,BehaviorTree,Serialization ...)

behaviortree code-generator engine lockstep math navmesh pathfinding serialization

Last synced: 02 Aug 2024

https://github.com/python-attrs/cattrs

Composable custom class converters for attrs.

attrs deserialization serialization

Last synced: 31 Jul 2024

https://github.com/plokhotnyuk/jsoniter-scala

Scala macros for compile-time generation of safe and ultra-fast JSON codecs + circe booster

circe high-performance jmh-benchmarks json jsoniter-scala jvm library macros parsing scala scala-js scala-library scala-native scala3 scalajs serialization

Last synced: 29 Sep 2024

https://github.com/mackysoft/unity-serializereferenceextensions

Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.

c-sharp csharp interface polymorphism serialization serializereference unity unity-editor

Last synced: 26 Sep 2024

https://github.com/nixman/yas

Yet Another Serialization

c-plus-plus cplusplus serialization

Last synced: 28 Sep 2024

https://github.com/matt-42/iod

Meta programming utilities for C++14. Merged in matt-42/lithium

c-plus-plus deserialization meta-programming serialization

Last synced: 30 Jul 2024

https://github.com/eyalz800/zpp_bits

A lightweight C++20 serialization and RPC library

cpp cpp20 header-only rpc serialization

Last synced: 29 Sep 2024

https://github.com/yukinarit/pyserde

Yet another serialization library on top of dataclasses, inspired by serde-rs.

dataclasses json msgpack python serde serialization toml typing yaml

Last synced: 29 Sep 2024

https://github.com/sksamuel/avro4s

Avro schema generation and serialization / deserialization for Scala

avro avro-schema coproduct scala scala-macros schema-generation serialization

Last synced: 03 Aug 2024

https://github.com/thekvs/cpp-serializers

Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++

apache-avro avro boost c-plus-plus capn-proto cereal cpp flatbuffers msgpack performance-testing protobuf serialization thrift yas

Last synced: 30 Jul 2024

https://github.com/developit/undom

🍩 1kb minimally viable DOM Document implementation

domdocument html html-document polyfill preact serialization shim

Last synced: 30 Sep 2024

https://github.com/fxamacker/cbor

CBOR codec (RFC 8949) with CBOR tags, Go struct tags (toarray, keyasint, omitempty), float64/32/16, big.Int, and fuzz tested billions of execs.

cbor cbor-library codec cose cwt go golang json-alternative rfc-7049 rfc-8949 serialization std-94

Last synced: 30 Jul 2024

https://github.com/inkeliz/karmem

Karmem is a fast binary serialization format, faster than Google Flatbuffers and optimized for TinyGo and WASM.

assemblyscript c csharp dotnet dotnet7 go golang odin-lang random-access serialization swift webassembly zig

Last synced: 30 Sep 2024

https://github.com/zzzzzzzzyt/zeng-rpc-framework

手写自己的RPC框架/Handwritten RPC framework

codec nacos netty netty-rpc rpc rpc-framework serialization zookeeper

Last synced: 30 Sep 2024

https://github.com/bayatgames/savegamefree

Save Game Free is a free and simple but powerful solution for saving and loading game data in unity.

binary-serialization game-data json-serialization save savegame saver saving serialization serialization-library serializer unity unity-asset unity-scripts unity3d unity3d-plugin

Last synced: 26 Sep 2024

https://github.com/mackysoft/Unity-SerializeReferenceExtensions

Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.

c-sharp csharp interface polymorphism serialization serializereference unity unity-editor

Last synced: 03 Aug 2024