bhftbootcamp / Serde.jl

Serde is a Julia library for (de)serializing data to/from various formats. The library offers a simple and concise API for defining custom (de)serialization behavior for user-defined types
Apache License 2.0
31 stars 7 forks source link

Implement BSON serialization Logic and Tests #34

Closed 7uperior closed 2 months ago

7uperior commented 2 months ago

This commit introduces several key components for BSON serialization:

These changes address tasks from issue #19, focusing on crafting a BSON serialization interface and developing a robust test suite

Pull request checklist

dmitrii-doronin commented 2 months ago

Hello again, @7uperior! I am glad to see you're back so soon with a new commit. Let's work sequentially and finish with the first one. I'm sure you'll be able to make some improvements here afterwards and get merged pronto)

dmitrii-doronin commented 2 months ago

I am closing this PR due to inactivity.

7uperior commented 2 months ago

NP, I'll re-open or create a new one if necessary

NeroBlackstone commented 2 months ago

NP, I'll re-open or create a new one if necessary

Thank you for providing the preliminary prototype implementation. Are you willing to reopen the PR or would you like others to implement it?