holochain / holochain/android-service-runtime
Consider moving serialization logic from kotlin library to holochain-conductor-service-types-ffi crate
Open
- Dominant language
- Rust
- Stars
- 4
- Forks
- 2
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 3
Description
Currently we have some ugly custom kotlin code for serializing arbitrary types to json. See https://github.com/holochain/android-service-runtime/pull/67#discussion_r2029384606
A better alternative might be to serialize within the rust library using serde, and call the serialization functions via ffi. See https://github.com/holochain/android-service-runtime/pull/67#issuecomment-2787665897
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.