GsonUTCDateAdapter

open class GsonUTCDateAdapter : JsonSerializer<Date> , JsonDeserializer<Date>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun deserialize(json: JsonElement, typeOfT: Type, context: JsonDeserializationContext): Date
Link copied to clipboard
open fun serialize(src: Date, typeOfSrc: Type, context: JsonSerializationContext): JsonElement