hello, can any one explain me what is the difference between marshelling and serialisation gautam
Jerry Pulley
Ranch Hand
Joined: Sep 19, 2000
Posts: 221
posted
0
Sanjay, Marshaling is the general name for the process of organizing objects for transport and converting them to an appropriate form for whatever transport protocol is in use. Distributed object systems always use some form of marshaling to pass objects between different address spaces. RMI, CORBA, and DCOM all use marshaling. Serialization is a general Java technology for placing objects on streams; it has uses far beyond RMI. RMI uses serialization to marshal objects for transport. jply
Mustafa Garhi
Ranch Hand
Joined: Nov 05, 2008
Posts: 111
posted
0
I know this is more than a decade the thread started but i have a doubt regarding this.
You said
.. and converting them to an appropriate form ..
Can we say this appropriate format is packets of 1s and 0s?
If not, what?
Thanks in advance
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.