Uses of Interface
com.offbynull.coroutines.user.CoroutineReader.CoroutineDeserializer
Packages that use CoroutineReader.CoroutineDeserializer
-
Uses of CoroutineReader.CoroutineDeserializer in com.offbynull.coroutines.user
Classes in com.offbynull.coroutines.user that implement CoroutineReader.CoroutineDeserializerModifier and TypeClassDescriptionstatic final class
Default implementation ofCoroutineReader.CoroutineDeserializer
(uses Java's built-in serialization mechanism).Fields in com.offbynull.coroutines.user declared as CoroutineReader.CoroutineDeserializerModifier and TypeFieldDescriptionprivate final CoroutineReader.CoroutineDeserializer
CoroutineReader.deserializer
Constructors in com.offbynull.coroutines.user with parameters of type CoroutineReader.CoroutineDeserializerModifierConstructorDescriptionCoroutineReader
(CoroutineReader.CoroutineDeserializer deserializer, SerializedState.FrameUpdatePoint[] frameUpdatePoints, SerializedState.FrameInterceptPoint[] frameInterceptPoints) Constructs aCoroutineReader
object.