@Deprecated public interface Serialization extends Serialization
| 限定符和类型 | 方法和说明 |
|---|---|
ObjectInput |
deserialize(URL url,
InputStream input)
已过时。
|
default ObjectInput |
deserialize(URL url,
InputStream input)
已过时。
Get a deserialization implementation instance
|
ObjectOutput |
serialize(URL url,
OutputStream output)
已过时。
|
default ObjectOutput |
serialize(URL url,
OutputStream output)
已过时。
Get a serialization implementation instance
|
getContentType, getContentTypeIdObjectOutput serialize(URL url, OutputStream output) throws IOException
IOExceptionObjectInput deserialize(URL url, InputStream input) throws IOException
IOExceptiondefault ObjectOutput serialize(URL url, OutputStream output) throws IOException
Serializationserialize 在接口中 Serializationurl - URL address for the remote serviceoutput - the underlying output streamIOExceptiondefault ObjectInput deserialize(URL url, InputStream input) throws IOException
Serializationdeserialize 在接口中 Serializationurl - URL address for the remote serviceinput - the underlying input streamIOExceptionCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.