Last month, Oracle's chief architect, Mark Reinhold, said during a conference Q&A that one of Oracle's long-term goals is to change the way Java handles object serialization. In fact, he called the ...
// Step 1: Establish length equality via equality of serialized bytes let p1 = (s.len() as usize).ghost_serialize(); let p2 = (o.len() as usize).ghost_serialize ...
- In this proof, we implicitly have the trait’s requires available: self.is_marshalable(), other.is_marshalable(), and self.ghost_serialize() == other.ghost ...