Base64ArrayPolicy

Uses Base64 representation for ubyte[] instead of to!string

class Base64ArrayPolicy (
R
) if (
isArray!R &&
is(ElementType!R : ubyte)
) {}

Members

Static functions

fromRepresentation
ubyte[] fromRepresentation(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
toRepresentation
string toRepresentation(R data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta