Dynamic serialization using gmser_dyn #47

Merged
uwiger merged 3 commits from uw-dynamic-encoding into master 2025-04-07 18:31:06 +09:00
Owner

A dynamic serialization/deserialization library, based on RLP, supprting most 'safe' erlang-like objects, as well as schema-based processing using templates much like the ones used by gmserialization.

For now, see the eunit tests at the end of gmser_dyn.erl

The encode() / decode() functions produce and consume the pre-RLP format.
The serialize() / deserialize() functions also serialize/deserialize to/from RLP.

A dynamic serialization/deserialization library, based on RLP, supprting most 'safe' erlang-like objects, as well as schema-based processing using templates much like the ones used by `gmserialization`. For now, see the eunit tests at the end of `gmser_dyn.erl` The `encode() / decode()` functions produce and consume the pre-RLP format. The `serialize() / deserialize()` functions also serialize/deserialize to/from RLP.
uwiger added 1 commit 2025-03-31 06:12:52 +09:00
gmser_dyn.erl fairly complete
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 48m37s
4663a0f57e
uwiger requested review from dimitar.p.ivanov 2025-03-31 06:12:52 +09:00
uwiger requested review from hans_sv 2025-03-31 06:12:52 +09:00
uwiger requested review from spivee 2025-03-31 06:12:52 +09:00
uwiger requested review from zxq9 2025-03-31 06:12:52 +09:00
uwiger changed title from WIP Dyamic serialization using `gmser_dyn` to WIP Dynamic serialization using `gmser_dyn` 2025-04-01 21:16:17 +09:00
uwiger added 2 commits 2025-04-06 04:50:14 +09:00
Fix type-driven encode, more docs
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 48m53s
dd1c2455f0
uwiger changed title from WIP Dynamic serialization using `gmser_dyn` to Dynamic serialization using `gmser_dyn` 2025-04-07 18:30:53 +09:00
uwiger merged commit bff07885fb into master 2025-04-07 18:31:06 +09:00
Sign in to join this conversation.
No description provided.