public abstract class BasicObjectUriResolver<T> extends Object implements UriResolver<T>
| Constructor and Description |
|---|
BasicObjectUriResolver() |
| Modifier and Type | Method and Description |
|---|---|
T |
fromStream(InputStream is) |
InputStream |
toStream(T obj) |
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 © 2014 Calrissian. All rights reserved.