CerealiserImpl.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void write(T val)
    struct CerealiserImpl(R)
    @safe
    void
    write
    (
    T
    )
    (
    T val
    )
    if (
    !isArray!T &&
    !isAssociativeArray!T
    )
  2. void write(T val)
  3. void write(const(T)[] val)
  4. void write(const(V[K]) val)

Meta