public interface DeserializationAdapter<S>
| Modifier and Type | Method and Description |
|---|---|
boolean |
readBoolean(S source) |
byte |
readByte(S source) |
double[] |
readDoubleArray(S source) |
int |
readInt(S source) |
long |
readLong(S source) |
long[] |
readLongArray(S source) |
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
IOExceptiondouble[] readDoubleArray(S source) throws IOException
IOExceptionString readString(S source) throws IOException
IOExceptionCopyright © 2024. All rights reserved.