@Deprecated public abstract class BasicObjectUriResolver<T> extends Object implements UriResolver<T>
| Constructor and Description |
|---|
BasicObjectUriResolver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
fromStream(InputStream is)
Deprecated.
|
InputStream |
toStream(T obj)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServiceName, resolveUripublic T fromStream(InputStream is) throws IOException
fromStream in interface UriResolver<T>IOExceptionpublic InputStream toStream(T obj) throws IOException
toStream in interface UriResolver<T>IOExceptionCopyright © 2015 Calrissian. All rights reserved.