public final class UniqueTag
extends java.lang.Object
implements java.io.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
限定符和类型 | 字段和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
readResolve() |
java.lang.String |
toString() |
public static final UniqueTag NOT_FOUND
public static final UniqueTag NULL_VALUE
public static final UniqueTag DOUBLE_MARK