Changes between Version 1 and Version 2 of uka.transport
- Timestamp:
- 08/22/05 09:01:45 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
uka.transport
v1 v2 1 1 = Fast Object Serialization uka.transport = 2 2 3 [[TracNav]] 3 4 In the Java API an object serialization mechanism is provided that is able to transparently convert object structures into a linear byte sequence representation and vice versa. For sending objects across the network, this representation can be used. To make his classes serializable, the Java programmer only needs to declare his classes to implement the empty tagging interface java.io.Serializable. 4 5
