Serialized Form
-
Package org.tentackle.common
-
Class org.tentackle.common.Binary extends java.lang.Object implements Serializable
- serialVersionUID:
- 5853122168291704220L
-
Serialized Fields
-
data
byte[] data
-
frozen
boolean frozen
-
hash
java.lang.Integer hash
-
length
int length
-
-
Class org.tentackle.common.BMoney extends java.math.BigDecimal implements Serializable
- serialVersionUID:
- 3669978240319189746L
-
Class org.tentackle.common.Date extends java.sql.Date implements Serializable
- serialVersionUID:
- 1511598038487230101L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundExceptionReconstitute this object from a stream.- Throws:
java.io.IOException- if reading from stream failedjava.lang.ClassNotFoundException- if class contained in stream is not found
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOExceptionSave 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:
java.io.IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.DMoney extends BMoney implements Serializable
- serialVersionUID:
- -7253450602162675490L
-
Class org.tentackle.common.InterruptedRuntimeException extends java.lang.RuntimeException implements Serializable
-
Class org.tentackle.common.TentackleRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 807132614199245159L
-
Class org.tentackle.common.Time extends java.sql.Time implements Serializable
- serialVersionUID:
- 8397324403548013688L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundExceptionReconstitute this object from a stream.- Throws:
java.io.IOException- if reading from stream failedjava.lang.ClassNotFoundException- if class contained in stream is not found
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOExceptionSave 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:
java.io.IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.Timestamp extends java.sql.Timestamp implements Serializable
- serialVersionUID:
- 2745179027874758503L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundExceptionReconstitute this object from a stream.- Throws:
java.io.IOException- if reading from stream failedjava.lang.ClassNotFoundException- if class contained in stream is not found
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOExceptionSave 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:
java.io.IOException- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
utc
boolean utc
-
-