Can be replicated just one element of an Array?

Hi!

I have an important doubt about replication.

Let’s assume that there is a big array that needs to be replicated to clients. But each client only modify just one element of the array.

When server is going to replicate the array to the clients, does it “send” all the array or just the modified element?