Joda System API

org.joda.util
Class Serialization

java.lang.Object
  |
  +--org.joda.util.Serialization

public class Serialization
extends java.lang.Object

Serialization utilities.

Author:
Stephen Colebourne

Method Summary
static java.lang.Object clone(java.lang.Object object)
          Clone an object using serialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public static java.lang.Object clone(java.lang.Object object)
Clone an object using serialization

Parameters:
object - the object to clone
Returns:
the cloned object

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.