public abstract class AbstractJsonProvider extends Object implements JsonProvider
| 构造器和说明 |
|---|
AbstractJsonProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
unmarshal(InputStream inputStream,
Charset charset,
Type type)
Deserialize json from input stream, with charset and type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshal, unmarshal@Nullable public <T> T unmarshal(InputStream inputStream, Charset charset, Type type) throws IOException
JsonProviderunmarshal 在接口中 JsonProviderIOExceptionCopyright © 2017. All rights reserved.