Function ruma_common::serde::json_string::serialize
source · [−]pub fn serialize<T, S>(value: T, serializer: S) -> Result<S::Ok, S::Error> where
T: Serialize,
S: Serializer,
Expand description
Serialize the given value as a JSON string.