From eeb8fdf8f890daeed907a6d0591ea6fae8421860 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 6 Mar 2019 13:53:58 +0100 Subject: API documentation for KVision 0.0.28 --- api/pl.treksoft.kvision.types/index.html | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'api/pl.treksoft.kvision.types/index.html') diff --git a/api/pl.treksoft.kvision.types/index.html b/api/pl.treksoft.kvision.types/index.html index 36afb3c6..15d7017c 100644 --- a/api/pl.treksoft.kvision.types/index.html +++ b/api/pl.treksoft.kvision.types/index.html @@ -28,6 +28,15 @@ +

JsonDateSerializer

+ + +object JsonDateSerializer : KSerializer<Date> +

JSON date serializer.

+ + + +

KFile

@@ -45,7 +54,7 @@

Date

-actual typealias Date = Date +actual typealias Date = Date @@ -54,13 +63,6 @@ -

java.util.Date

- - - - - -

kotlin.String

@@ -83,14 +85,7 @@

KV_DEFAULT_DATE_FORMAT

-expect val KV_DEFAULT_DATE_FORMAT: String - - - -

KV_JSON_DATE_FORMAT

- - -expect val KV_JSON_DATE_FORMAT: String +val KV_DEFAULT_DATE_FORMAT: String -- cgit