Module io.github.bucket4j.core
Interface DeserializationAdapter<S>
- All Known Implementing Classes:
DataOutputSerializationAdapter
public interface DeserializationAdapter<S>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanreadBoolean(S source) bytedouble[]readDoubleArray(S source) intlonglong[]readLongArray(S source) readString(S source)
-
Method Details
-
readBoolean
- Throws:
IOException
-
readByte
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readLongArray
- Throws:
IOException
-
readDoubleArray
- Throws:
IOException
-
readString
- Throws:
IOException
-