objects are transmitted in binary mode on the network.
so for serialization, different serialization, the transferred object should be a binary stream.
then why json and xml are also described as serialization. It is not very clear that both of them have to be converted to binary before they can be transmitted
.