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
48 stars 9 forks source link

Implement BSON Deserialization Logic and Tests #33

Closed 7uperior closed 5 months ago

7uperior commented 5 months ago

This commit introduces several key components for BSON deserialization:

These changes address tasks from issue #20, focusing on crafting a BSON deserialization interface, building maintainable and efficient logic, and developing a robust test suite to ensure the functionality is working as expected.

Pull request checklist

dmitrii-doronin commented 5 months ago

Hi, @7uperior! Thank you a lot for the BSON implementation. I have several suggestions to make it more in line with the library.

dmitrii-doronin commented 5 months ago

I am closing this PR due to inactivity.

7uperior commented 5 months ago

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