SDLangSerializer.writeValue

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

Meta