SDLangSerializer.writeValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void writeValue(T value)
    struct SDLangSerializer
    @trusted @trusted
    void
    writeValue
    (
    Traits
    T
    )
    (
    in T value
    )
    if (
    !is(T == Tag)
    )
  2. void writeValue(Tag value)
  3. void writeValue(Json Tag)

Meta