public class SerializationUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S extends Serializable> |
clone(S object) |
static <S extends Serializable> |
clone(S object,
int capacity) |
static PMML |
deserializePMML(InputStream is) |
static void |
serializePMML(PMML pmml,
OutputStream os) |
public static PMML deserializePMML(InputStream is) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionpublic static void serializePMML(PMML pmml, OutputStream os) throws IOException
IOExceptionpublic static <S extends Serializable> S clone(S object) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionpublic static <S extends Serializable> S clone(S object, int capacity) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionCopyright © 2016 University of Tartu. All Rights Reserved.