Serializer.NumericReader

Undocumented in source.
  1. struct NumericReader
    struct Serializer(T)
    static if(isIntegral!T)
    struct NumericReader {}
  2. struct NumericReader

Members

Functions

read
auto read(Handler handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

object
T* object;
Undocumented in source.

Meta