pub fn to_string_with<T: Serialize>(
    value: &T,
    ctx: SerializerContext
) -> Result<String>