pub(super) fn serialize<S>(
    val: &Option<u64>,
    serializer: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,