toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk
/
InterceptorSerializer
Interceptor
Serializer
object
InterceptorSerializer
:
JsonSerializer
<
Interceptor
?
>
,
JsonDeserializer
<
Interceptor
?
>
Members
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
json
:
JsonElement
?
,
typeOfT
:
Type
?
,
context
:
JsonDeserializationContext
?
)
:
Interceptor
?
serialize
Link copied to clipboard
open
override
fun
serialize
(
src
:
Interceptor
?
,
typeOfSrc
:
Type
?
,
context
:
JsonSerializationContext
?
)
:
JsonElement