SerializedData

Type-erasing wrapper to handle serialized data

Constructors

this
this(typeof(void_) arg)

Members

Functions

get
auto get()

Return an exact type (the type returned is always immutable(ET)[])

getS
auto getS()

Helper to wrap SerializedT

Variables

string_
immutable(char)[] string_;
ubyte_
immutable(ubyte)[] ubyte_;
void_
immutable(void)[] void_;

Meta