Extension point for serialization. More...
Static Public Member Functions | |
| static T | get (const std::byte *&) |
| Reconstruct an object. | |
| template<class P > | |
| static void | put (P &p, const T &) |
| Serialize an object. | |
Extension point for serialization.
The primary template is not really a complete type.
| T | object type |
| E | unused SFINAE hook |
|
static |
Serialize an object.
| P | see serial::put |
|
static |
Reconstruct an object.