Skip to content

AssetJsonConverter

[Source]

primitive val AssetJsonConverter is
  JsonConverter[Asset val] val

Implements


Constructors

create

[Source]

new val create()
: AssetJsonConverter val^

Returns


Public Functions

apply

[Source]

fun box apply(
  json: (F64 val | I64 val | Bool val | 
    None val | String val | JsonArray val | 
    JsonObject val),
  creds: Credentials val)
: Asset val ?

Parameters

Returns


eq

[Source]

fun box eq(
  that: AssetJsonConverter val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: AssetJsonConverter val)
: Bool val

Parameters

Returns