geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
JsonSerializer.DeserializeObject
geario
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
geario
serialization
JsonSerializer
JsonSerializer
aliases
fromJson
static functions
DeserializeObject
GetItemAs
HandleException
SerializeObject
toJson
toJsonImpl
toObject