public interface DeserializationAdapter<S>
| Modifier and Type | Method and Description |
|---|---|
boolean |
readBoolean(S source) |
byte |
readByte(S source) |
int |
readInt(S source) |
long |
readLong(S source) |
long[] |
readLongArray(S source) |
Object |
readObject(S source) |
<T> T |
readObject(S source,
Class<T> type) |
String |
readString(S source) |
boolean readBoolean(S source) throws IOException
IOExceptionbyte readByte(S source) throws IOException
IOExceptionint readInt(S source) throws IOException
IOExceptionlong readLong(S source) throws IOException
IOExceptionlong[] readLongArray(S source) throws IOException
IOExceptionString readString(S source) throws IOException
IOException<T> T readObject(S source, Class<T> type) throws IOException
IOExceptionObject readObject(S source) throws IOException
IOExceptionCopyright © 2021. All rights reserved.