|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.search.util.SerializationUtils
public class SerializationUtils
Utility class for serialization and de-serialization testing
| Constructor Summary | |
|---|---|
SerializationUtils() |
|
| Method Summary | |
|---|---|
static void |
checkpoint(java.util.Map env, java.lang.String classNameFilter, java.lang.String objectNameFilter)Serialize and de-serialize objects in the map. |
static java.lang.Object |
inOut(java.lang.Object object)Serialize and de-serialize the object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializationUtils()
| Method Detail |
|---|
public static final java.lang.Object inOut(java.lang.Object object)
object -
public static final void checkpoint(java.util.Map env,
java.lang.String classNameFilter,
java.lang.String objectNameFilter)
env - map of objectsclassNameFilter - class name prefixobjectNameFilter - object infix
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||