|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mckoi.database.global.ObjectTranslator
public class ObjectTranslator
This object compliments ObjectTransfer and provides a method to translate any object into a type the database engine can process.
| Constructor Summary | |
|---|---|
ObjectTranslator()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
deserialize(ByteLongObject blob)
Deserializes a ByteLongObject to a Java object. |
static ByteLongObject |
serialize(java.lang.Object ob)
Serializes the Java object to a ByteLongObject. |
static java.lang.Object |
translate(java.lang.Object ob)
Translates the given object to a type the database can process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectTranslator()
| Method Detail |
|---|
public static java.lang.Object translate(java.lang.Object ob)
public static ByteLongObject serialize(java.lang.Object ob)
public static java.lang.Object deserialize(ByteLongObject blob)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||