mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Since there can be multiple edit sessions per buffer, it doesn't make sense to serialize the buffer multiple times. Previously, we were de-duplicating buffers in the deserialize method itself, but this won't work now that we want to replicate buffers.