Function wasmcloud_control_interface::json_deserialize[][src]

pub fn json_deserialize<'de, T: Deserialize<'de>>(
    buf: &'de [u8]
) -> Result<T, Box<dyn Error + Send + Sync>>
Expand description

The standard function for de-serializing codec structs from a format suitable for message exchange between actor and host. Use of any other function to deserialize could result in breaking incompatibilities.