Serialized Form

  • Package org.joou

    • Class org.joou.UByte

      class UByte extends UNumber implements Serializable
      serialVersionUID:
      -6821055240959745390L
      • Serialization Methods

        • readResolve
          private Object readResolve() throws ObjectStreamException
          Replace version read through deserialization with cached version. Note that this does not use the UByte.valueOfUnchecked(short) as we have no guarantee that the value from the stream is valid.
          Throws:
          ObjectStreamException
      • Serialized Fields

        • value
          short value
          The value modelling the content of this unsigned byte
    • Class org.joou.UInteger

      class UInteger extends UNumber implements Serializable
      serialVersionUID:
      -6821055240959745390L
      • Serialization Methods

      • Serialized Fields

        • value
          long value
          The value modelling the content of this unsigned int
    • Class org.joou.ULong

      class ULong extends UNumber implements Serializable
      serialVersionUID:
      -6821055240959745390L
      • Serialized Fields

        • value
          long value
          The value modelling the content of this unsigned long
    • Class org.joou.UNumber

      class UNumber extends Number implements Serializable
      serialVersionUID:
      -7666221938815339843L
    • Class org.joou.UShort

      class UShort extends UNumber implements Serializable
      serialVersionUID:
      -6821055240959745390L
      • Serialized Fields

        • value
          int value
          The value modelling the content of this unsigned short