InstantFormat

com.github.cloudfiles.gdrive.GoogleDriveJsonProtocol.InstantFormat
object InstantFormat extends JsonFormat[Instant]

A format implementation to deal with date-time values. GoogleDrive uses the default ISO format that can be parsed by the ''Instant'' class. Therefore, this implementation is straight-forward.

Attributes

Graph
Supertypes
trait JsonFormat[Instant]
trait JsonWriter[Instant]
trait JsonReader[Instant]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def read(json: JsValue): Instant

Attributes

Definition Classes
JsonReader
override def write(obj: Instant): JsValue

Attributes

Definition Classes
JsonWriter