Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.search.util
Class SerializationUtils

java.lang.Object
  extended by oracle.webcenter.search.util.SerializationUtils


public class SerializationUtils
extends java.lang.Object

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

SerializationUtils

public SerializationUtils()

Method Detail

inOut

public static final java.lang.Object inOut(java.lang.Object object)
Serialize and de-serialize the object
Parameters:
object -
Returns:
Object new object after serializing and de-serializing

checkpoint

public static final void checkpoint(java.util.Map env,
                                    java.lang.String classNameFilter,
                                    java.lang.String objectNameFilter)
Serialize and de-serialize objects in the map. If a class name filter is provided, then only objects with class name prefixed by the filter name is processed. If an object infix is provided, then only objects with the infix is replaced.
Parameters:
env - map of objects
classNameFilter - class name prefix
objectNameFilter - object infix

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.