Serialized Form
-
Package org.joou
-
Class org.joou.UByte extends UNumber implements Serializable
- serialVersionUID:
- -6821055240959745390L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Replace version read through deserialization with cached version. Note that this does not use theUByte.valueOfUnchecked(short)
as we have no guarantee that the value from the stream is valid.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
value
short value
The value modelling the content of thisunsigned byte
-
-
Class org.joou.UInteger extends UNumber implements Serializable
- serialVersionUID:
- -6821055240959745390L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Replace version read through deserialization with cached version.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
value
long value
The value modelling the content of thisunsigned int
-
-
Class org.joou.ULong extends UNumber implements Serializable
- serialVersionUID:
- -6821055240959745390L
-
Serialized Fields
-
value
long value
The value modelling the content of thisunsigned long
-
-
Class org.joou.UNumber extends java.lang.Number implements Serializable
- serialVersionUID:
- -7666221938815339843L
-
Class org.joou.UShort extends UNumber implements Serializable
- serialVersionUID:
- -6821055240959745390L
-
Serialized Fields
-
value
int value
The value modelling the content of thisunsigned short
-
-