uka.transport
Class Null

java.lang.Object
  extended byuka.transport.Null
All Implemented Interfaces:
java.io.Serializable

final class Null
extends java.lang.Object
implements java.io.Serializable

Instances of this class are used in the fall-back mode of uka.transport marshaling. When uka.transport detects an object that provides no methods for fast marshaling, it switches back to regular JDK serialization. If the JDK serialization encounters a reference to an object, that should not be transmitted, because it is excluded by the current distribution, it is replaced with a null value.


Constructor Summary
(package private) Null()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Null

Null()