M - the type of objects implementing classes can deserializepublic interface ModelDeserializer<M>
| Modifier and Type | Method and Description |
|---|---|
default M |
readModel(byte[] buf) |
default M |
readModel(File f) |
M |
readModel(InputStream is) |
default M |
readModel(URL url) |
M readModel(InputStream is) throws IOException
IOExceptiondefault M readModel(URL url) throws IOException
IOExceptiondefault M readModel(File f) throws IOException
IOExceptiondefault M readModel(byte[] buf) throws IOException
IOExceptionCopyright © 2018. All rights reserved.