Boxed

A boxed D base type.

Constructors

this
this(T value)

Constructor

Destructor

~this
~this()
Undocumented in source.

Members

Functions

deserialize
void deserialize(Serde serde)

Called on the object to deserialize it using the given (de)serializer.

serialize
void serialize(Serde serde)

Called on the object to serialize it using the given (de)serializer.

unbox
T unbox()

Unboxes the value in the type.

Properties

typeName
string typeName [@property getter]

The name of the boxed type.

Inherited Members

From ISerializable

serialize
void serialize(Serde serde)

Called on the object to serialize it using the given (de)serializer.

From IDeserializable

deserialize
void deserialize(Serde serde)

Called on the object to deserialize it using the given (de)serializer.

Meta