pub fn deserialize_code<R: Read, Bag: ConstantBag>(
    rdr: &mut R,
    bag: Bag
) -> Result<CodeObject<Bag::Constant>, MarshalError>