Package io.deephaven.tuple.serialization
Interface SerializationUtils.Writer<ITEM_TYPE>
- All Superinterfaces:
ThrowingConsumer<ITEM_TYPE,
IOException>
- Enclosing class:
- SerializationUtils
public static interface SerializationUtils.Writer<ITEM_TYPE>
extends ThrowingConsumer<ITEM_TYPE,IOException>
-
Method Summary
Methods inherited from interface io.deephaven.util.function.ThrowingConsumer
accept