Package io.deephaven.tuple.serialization
Interface SerializationUtils.Reader<ITEM_TYPE>
- All Superinterfaces:
ThrowingSupplier<ITEM_TYPE,
Exception>
- Enclosing class:
- SerializationUtils
public static interface SerializationUtils.Reader<ITEM_TYPE>
extends ThrowingSupplier<ITEM_TYPE,Exception>
-
Method Summary
Methods inherited from interface io.deephaven.util.function.ThrowingSupplier
get