Package com.palantir.common.proxy
Class SerializingUtils
- java.lang.Object
-
- com.palantir.common.proxy.SerializingUtils
-
public final class SerializingUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
copy(T orig)
static <T> T
copy(T orig, ObjectInputStreamFactory factory)
-
-
-
Method Detail
-
copy
public static <T> T copy(T orig)
-
copy
public static <T> T copy(T orig, ObjectInputStreamFactory factory)
-
-