Wire protocol for objects
case 1: Null Object
- byte 0 // this indicates that the reference is a null reference
case 2: If the object is not null
- byte 20 // this indicates that it is a non final object
- FQN of this object // fully qualifed name of this object
- Pack each element of the object in the order they appear in the class definition
Back to HPC++2NexusRMI
HPC++ Webmaster
Last modified: Sat Jan 23 16:51:30 EST 1999