Serialized Form
-
Package org.tentackle.common
-
Class org.tentackle.common.AbstractBinary
class AbstractBinary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
byte[] data
the byte array of the serialized object. -
frozen
boolean frozen
true if the binary cannot be modified anymore. -
hash
Integer hash
the lazy hash code. -
length
int length
the number of valid bytes inAbstractBinary.data.
-
-
Class org.tentackle.common.Binary
- serialVersionUID:
- 1L
-
Class org.tentackle.common.BMoney
class BMoney extends BigDecimal implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.Date
class Date extends Date implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s- the stream- Throws:
IOException- if reading from stream failedClassNotFoundException- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.The value
YYYYMMDDis emitted. This allows serializing and deserializing in different timezones without changing the date.- Parameters:
s- the stream- Throws:
IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.DMoney
class DMoney extends BMoney implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.EncryptedProperties
class EncryptedProperties extends Properties implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.I18NText
class I18NText extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultLocale
Locale defaultLocale
The default locale, if the value hasn't been set for the fallback locale so far.
Null if textMap is empty or the translation for the fallback language is provided. -
textMap
LinkedHashMap<Locale,
String> textMap Localized strings.
LinkedHashMapto keep the order of insertions.
-
-
Exception Class org.tentackle.common.InterruptedRuntimeException
class InterruptedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.ParameterString
class ParameterString extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.TBinary
- serialVersionUID:
- 1L
-
Exception Class org.tentackle.common.TentackleRuntimeException
class TentackleRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
temporary
boolean temporary
-
-
Class org.tentackle.common.Time
class Time extends Time implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s- the stream- Throws:
IOException- if reading from stream failedClassNotFoundException- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.The value
HHMMSSsssis emitted. This allows serializing and deserializing in different timezones without changing the time.- Parameters:
s- the stream- Throws:
IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.Timestamp
class Timestamp extends Timestamp implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s- the stream- Throws:
IOException- if reading from stream failedClassNotFoundException- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.If utc, the value
YYYYMMDDHHMMSSis emitted. This allows serializing and deserializing in different timezones without changing the timestamp.- Parameters:
s- the stream- Throws:
IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
utc
boolean utc
-
-