@Deprecated public interface Serialization extends Serialization
| Modifier and Type | Method and Description |
|---|---|
ObjectInput |
deserialize(URL url,
InputStream input)
Deprecated.
|
default ObjectInput |
deserialize(URL url,
InputStream input)
Deprecated.
Get a deserialization implementation instance
|
ObjectOutput |
serialize(URL url,
OutputStream output)
Deprecated.
|
default ObjectOutput |
serialize(URL url,
OutputStream output)
Deprecated.
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 in interface Serializationurl - URL address for the remote serviceoutput - the underlying output streamIOExceptiondefault ObjectInput deserialize(URL url, InputStream input) throws IOException
Serializationdeserialize in interface Serializationurl - URL address for the remote serviceinput - the underlying input streamIOExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.