public interface DeserializationProvider
| Modifier and Type | Method and Description |
|---|---|
<O> O |
deserialize(InputStream inputStream,
Class<O> classOfO) |
String |
getAcceptType() |
<O> O deserialize(InputStream inputStream, Class<O> classOfO) throws IOException
IOExceptionString getAcceptType()
Copyright © 2020. All rights reserved.