@PublicEvolving public final class MigrationInstantiationUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MigrationInstantiationUtil.ClassLoaderObjectInputStream |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserializeObject(byte[] bytes,
ClassLoader cl) |
static <T> T |
deserializeObject(InputStream in,
ClassLoader cl) |
public static <T> T deserializeObject(byte[] bytes,
ClassLoader cl)
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static <T> T deserializeObject(InputStream in, ClassLoader cl) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.