@SPI(scope=FRAMEWORK) public interface MultipleSerialization
| 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) |
void serialize(URL url, String serializeType, String clz, Object obj, OutputStream os) throws IOException
IOExceptionObject deserialize(URL url, String serializeType, String clz, InputStream os) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.