I m devloping an client server application in which i
have to send objects from one system to another.
i have send in following manner:-
step 1: i have to convert objects into bytes.
step 2: i have to transfer this byte stream
step 3: on other side i have to convert this byte
stream into objects.
Can you give me some suggestion for step3
because it is very difficult to know the starting byte
and ending byte of each object.