Serialized Form
-
Package org.tentackle.common
-
Class org.tentackle.common.Binary
class Binary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
byte[] data
-
frozen
boolean frozen
-
hash
Integer hash
-
length
int length
-
-
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.- Serial Data:
- the value YYYYMMDD is 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
-
Exception org.tentackle.common.InterruptedRuntimeException
class InterruptedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception 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.- Serial Data:
- the value HHMMSSsss is 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.- Serial Data:
- the value YYYYMMDDHHMMSS is 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
-
-