Visual Computing Library
|
Concept that is evaluated true if T is serializable. More...
#include <vclib/concepts/serialization.h>
Concept that is evaluated true if T is serializable.
A type T is serializable if it can be written to an output stream and read from an input stream, through the methods serialize
and deserialize
.