Uses of Class
com.offbynull.coroutines.user.CoroutineRunner
Packages that use CoroutineRunner
-
Uses of CoroutineRunner in com.offbynull.coroutines.user
Methods in com.offbynull.coroutines.user that return CoroutineRunnerModifier and TypeMethodDescriptionCoroutineReader.read(byte[] data) Deserializes aCoroutineRunnerobject from a byte array.CoroutineReader.reconstruct(SerializedState state) Reconstructs aCoroutineRunnerobject from a serializable state.Methods in com.offbynull.coroutines.user with parameters of type CoroutineRunnerModifier and TypeMethodDescriptionCoroutineWriter.deconstruct(CoroutineRunner runner) Deconstructs aCoroutineRunnerobject to a serializable state.byte[]CoroutineWriter.write(CoroutineRunner runner) Serializes aCoroutineRunnerobject as a byte array.