@SPI public interface MultipleSerialization
| 限定符和类型 | 方法和说明 |
|---|---|
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
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.