pub fn serialize<S>(bytecode: &[u8], s: S) -> Result<S::Ok, S::Error>where S: Serializer,
Serialize a slice of bytecode.