DateAdapter

An Adapter that converts an ISO 8601 String to/from a java.util.Date When writing, it discards the offset information.

Examples:

  • "2010-06-01T22:19:44.475Z"

  • "2010-06-01T23:19:44.475+01:00"

It requires Android Gradle plugin 4.0 or newer and core library desugaring.

Functions

Link copied to clipboard
open override fun fromJson(reader: JsonReader, customScalarAdapters: CustomScalarAdapters): Date
Link copied to clipboard
open override fun toJson(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, value: Date)