public class ObjectTranslator extends Object
Constructor and Description |
---|
ObjectTranslator() |
Modifier and Type | Method and Description |
---|---|
static Object |
deserialize(ByteLongObject blob)
Deserializes a ByteLongObject to a Java object.
|
static ByteLongObject |
serialize(Object ob)
Serializes the Java object to a ByteLongObject.
|
static Object |
translate(Object ob)
Translates the given object to a type the database can process.
|
public static Object translate(Object ob)
public static ByteLongObject serialize(Object ob)
public static Object deserialize(ByteLongObject blob)
Copyright © 2015. All rights reserved.