pub fn serialize_activity_type<S>(
    val: &ActivityType,
    s: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,