JsonSerializer.deserializeObject

  1. void deserializeObject(T target, const(JSONValue) json)
  2. void deserializeObject(T target, const(JSONValue) json)
    class JsonSerializer
    static
    void
    deserializeObject
    (,
    auto ref const(JSONValue) json
    )
    if (
    is(T == class)
    )

Meta