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