Serialized Form
-
Package org.bardframework.commons.utils
-
Class org.bardframework.commons.utils.Fraction
class Fraction extends Number implements Serializable- serialVersionUID:
- 65382027393090L
-
Serialized Fields
-
denominator
int denominator
The denominator number part of the fraction (the seven in three sevenths). -
numerator
int numerator
The numerator number part of the fraction (the three in three sevenths).
-
-
Class org.bardframework.commons.utils.ObjectUtils.Null
class Null extends Object implements Serializable- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
Ensure singleton.
-
-