Function deserialize

Source
pub fn deserialize<'de, T: Deserialize<'de>>(
    json: &'de str,
) -> Result<T, CodecError>
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.