The link you give defines isolation like this: "The isolation property ensures that the concurrent execution of transactions results in a system state that would be obtained if transactions were executed serially, i.e., one after the other."
That sounds awfully close to the definition of serializability he's using.
That sounds awfully close to the definition of serializability he's using.