Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-loc-marketing
/
com.mapsted.locmarketing.datasource
/
NotifyRemoteApi
/
GsonUTCDateAdapter
Gson
UTCDate
Adapter
open
class
GsonUTCDateAdapter
:
JsonSerializer
<
Date
>
,
JsonDeserializer
<
Date
>
Members
Constructors
Gson
UTCDate
Adapter
Link copied to clipboard
constructor
(
)
Functions
deserialize
Link copied to clipboard
open
fun
deserialize
(
json
:
JsonElement
,
typeOfT
:
Type
,
context
:
JsonDeserializationContext
)
:
Date
serialize
Link copied to clipboard
open
fun
serialize
(
src
:
Date
,
typeOfSrc
:
Type
,
context
:
JsonSerializationContext
)
:
JsonElement