Uses of Class
com.offbynull.coroutines.user.CoroutineRunner
-
Packages that use CoroutineRunner Package Description com.offbynull.coroutines.user User-level classes for coroutines. -
-
Uses of CoroutineRunner in com.offbynull.coroutines.user
Methods in com.offbynull.coroutines.user that return CoroutineRunner Modifier and Type Method Description CoroutineRunnerCoroutineReader. read(byte[] data)Deserializes aCoroutineRunnerobject from a byte array.CoroutineRunnerCoroutineReader. reconstruct(SerializedState state)Reconstructs aCoroutineRunnerobject from a serializable state.Methods in com.offbynull.coroutines.user with parameters of type CoroutineRunner Modifier and Type Method Description SerializedStateCoroutineWriter. deconstruct(CoroutineRunner runner)Deconstructs aCoroutineRunnerobject to a serializable state.byte[]CoroutineWriter. write(CoroutineRunner runner)Serializes aCoroutineRunnerobject as a byte array.
-