ciao, qualcuno é in grado di spiegarmi bene come funziona e cosa é il marshaling????
inoltre... ho queste righe di codice che non capisco:

codice:
/* 3. TODO: Re-marshal data (message and sequence index) */
	ByteArrayOutputStream bstream = new ByteArrayOutputStream(maxMessageLength);
	DataOutputStream dstream = new DataOutputStream(bstream);
	dstream.writeLong(aLong); // marshals a Long into the byte array stream
help