Serialization actually means publishing in sequential form, as in one by one. Thus, serialization of flows means that a certain set of events does not occur in a sequence at the same time
Thus, a heap having serialized access to a stream means that heap calls will be executed in the order in which they are made, and will not actually occur simultaneously. This is probably done using global locking.
Ntccobalt
source share