public class DefaultMultipleSerialization extends Object implements MultipleSerialization
| Constructor and Description |
|---|
DefaultMultipleSerialization() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(URL url,
String serializeType,
String clz,
InputStream os) |
void |
serialize(URL url,
String serializeType,
String clz,
Object obj,
OutputStream os) |
public void serialize(URL url, String serializeType, String clz, Object obj, OutputStream os) throws IOException
serialize in interface MultipleSerializationIOExceptionpublic Object deserialize(URL url, String serializeType, String clz, InputStream os) throws IOException, ClassNotFoundException
deserialize in interface MultipleSerializationIOExceptionClassNotFoundExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.