Skip to content

feat: Add conditional serialization/deserialization logic to support multiple serialization formats#23

Merged
XuJiandong merged 5 commits intomainfrom
compatible-with-serde-json
Apr 8, 2025
Merged

feat: Add conditional serialization/deserialization logic to support multiple serialization formats#23
XuJiandong merged 5 commits intomainfrom
compatible-with-serde-json

Conversation

@XuJiandong
Copy link
Owner

Add conditional serialization/deserialization logic to support multiple serialization formats including serde_json. The implementation checks the serializer/deserializer type at runtime to determine the appropriate serialization path. This enables seamless integration with both molecule and JSON formats while maintaining backward compatibility. See test_work_with_serde_json and test_work_with_serde_json_struct for usage examples.

* Implement conditional serialization and deserialization based on the serializer/deserializer type.
@XuJiandong XuJiandong changed the title feat: enhance serialization/deserialization for serde_molecule feat: Add conditional serialization/deserialization logic to support multiple serialization formats Apr 1, 2025
@XuJiandong XuJiandong merged commit b810e7c into main Apr 8, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant