toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
org.openapitools.client.models
/
VideoEventAdapter
Video
Event
Adapter
class
VideoEventAdapter
:
JsonAdapter
<
VideoEvent
>
Members
Constructors
Video
Event
Adapter
Link copied to clipboard
constructor
(
)
Functions
from
Json
Link copied to clipboard
open
override
fun
fromJson
(
reader
:
JsonReader
)
:
VideoEvent
?
to
Json
Link copied to clipboard
open
override
fun
toJson
(
writer
:
JsonWriter
,
value
:
VideoEvent
?
)
Inherited functions
fail
On
Unknown
Link copied to clipboard
@
CheckReturnValue
fun
failOnUnknown
(
)
:
JsonAdapter
<
VideoEvent
>
from
Json
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
fromJson
(
p0
:
String
)
:
VideoEvent
?
@
CheckReturnValue
@
Nullable
fun
fromJson
(
p0
:
BufferedSource
)
:
VideoEvent
?
from
Json
Value
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
fromJsonValue
(
@
Nullable
p0
:
Any
?
)
:
VideoEvent
?
indent
Link copied to clipboard
@
CheckReturnValue
open
fun
indent
(
p0
:
String
)
:
JsonAdapter
<
VideoEvent
>
lenient
Link copied to clipboard
@
CheckReturnValue
fun
lenient
(
)
:
JsonAdapter
<
VideoEvent
>
non
Null
Link copied to clipboard
@
CheckReturnValue
fun
nonNull
(
)
:
JsonAdapter
<
VideoEvent
>
null
Safe
Link copied to clipboard
@
CheckReturnValue
fun
nullSafe
(
)
:
JsonAdapter
<
VideoEvent
>
serialize
Nulls
Link copied to clipboard
@
CheckReturnValue
fun
serializeNulls
(
)
:
JsonAdapter
<
VideoEvent
>
to
Json
Link copied to clipboard
@
CheckReturnValue
fun
toJson
(
@
Nullable
p0
:
VideoEvent
?
)
:
String
fun
toJson
(
p0
:
BufferedSink
,
@
Nullable
p1
:
VideoEvent
?
)
to
Json
Value
Link copied to clipboard
@
CheckReturnValue
@
Nullable
fun
toJsonValue
(
@
Nullable
p0
:
VideoEvent
?
)
:
Any
?