org.mozilla.javascript
public final class UniqueTag extends Object implements Serializable
Compatibility note: under jdk 1.1 use org.mozilla.javascript.serialize.ScriptableInputStream to read serialized instances of UniqueTag as under this JDK version the default ObjectInputStream would not restore them correctly as it lacks support for readResolve method
Field Summary | |
---|---|
static UniqueTag | DOUBLE_MARK
Tag to indicate that a object represents "double" with the real value
stored somewhere else. |
static UniqueTag | NOT_FOUND
Tag to mark non-existing values. |
static UniqueTag | NULL_VALUE
Tag to distinguish between uninitialized and null values. |
Method Summary | |
---|---|
Object | readResolve() |
String | toString() |