for more complex/custom types you’d need to implement From which can be done manually or using the derive macros or other utilities in the serialization crate
How should I use f64 now given that’s not implemented in Holochain now, nor can I implement it in my app myself because Rust doesn’t allow implementing such stuff outside of an original crate?