public class DeepCopy extends Object
| Constructor and Description |
|---|
DeepCopy() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
simpleDeepCopy(Object object)
Simple deep copy, that leverages Java Serialization.
|
public static Object simpleDeepCopy(Object object)
object - object to deep copyCopyright © 2023. All rights reserved.