-
- All Implemented Interfaces:
-
kotlin.coroutines.CoroutineContext,kotlin.coroutines.CoroutineContext.Element
public final class JSONKtor.JSONReceiveCoroutineContext extends AbstractCoroutineContextElement
A CoroutineContext for Channel deserialization coroutines.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJSONKtor.JSONReceiveCoroutineContext.Key
-
Field Summary
Fields Modifier and Type Field Description private final KTypetypeprivate final CoroutineContext.Key<?>key
-
Constructor Summary
Constructors Constructor Description JSONKtor.JSONReceiveCoroutineContext(KType type)
-
Method Summary
-
Methods inherited from class kotlin.coroutines.AbstractCoroutineContextElement
getKey -
Methods inherited from class kotlin.coroutines.CoroutineContext.Element
fold, get, minusKey -
Methods inherited from class kotlin.coroutines.CoroutineContext
plus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-