hunt v1.6.15 (2021-07-30T03:29:57Z)
Home
Dub
Repo
JsonSerializer.deserializeObject
hunt
serialization
JsonSerializer
JsonSerializer
Undocumented in source. Be warned that the author may not have intended to support it.
void
deserializeObject
(T target, const(JSONValue) json)
class
JsonSerializer
static
void
deserializeObject
(
T
SerializationOptions
options
=
SerializationOptions.Default
)
(
ref
T
target
,
auto
ref
const
(
JSONValue
)
json
)
if
(
is
(
T
== struct)
)
void
deserializeObject
(T target, const(JSONValue) json)
Meta
Source
See Implementation
hunt
serialization
JsonSerializer
JsonSerializer
aliases
fromJson
static functions
deserializeObject
getItemAs
handleException
serializeObject
toJson
toJsonImpl
toObject