Serialized Form
-
Package org.tentackle.common
-
Class org.tentackle.common.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 extends BigDecimal implements Serializable
- serialVersionUID:
- 1L
-
Class org.tentackle.common.Date extends Date implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute this object from a stream.- Throws:
IOException- if reading from stream failedClassNotFoundException- if class contained in stream is not found
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
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.
- Throws:
IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.DMoney extends BMoney implements Serializable
- serialVersionUID:
- 1L
-
Class org.tentackle.common.InterruptedRuntimeException extends RuntimeException implements Serializable
-
Class org.tentackle.common.TentackleRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
temporary
boolean temporary
-
-
Class org.tentackle.common.Time extends Time implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute this object from a stream.- Throws:
IOException- if reading from stream failedClassNotFoundException- if class contained in stream is not found
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
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.
- Throws:
IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.Timestamp extends Timestamp implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute this object from a stream.- Throws:
IOException- if reading from stream failedClassNotFoundException- if class contained in stream is not found
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
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.
- Throws:
IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
utc
boolean utc
-
-