Turi Create
4.0
|
When this archive is used to serialize an object, and the object does not support serialization, failure will only occur at runtime. Otherwise equivalent to turi::oarchive. More...
#include <core/storage/serialization/oarchive.hpp>
Public Member Functions | |
oarchive_soft_fail (std::ostream &outstream) | |
constructor. Takes a generic std::ostream object | |
void | write (const char *c, std::streamsize s) |
When this archive is used to serialize an object, and the object does not support serialization, failure will only occur at runtime. Otherwise equivalent to turi::oarchive.
Definition at line 169 of file oarchive.hpp.
|
inline |
Directly writes "s" bytes from the memory location pointed to by "c" into the stream.
Definition at line 187 of file oarchive.hpp.