serializer
serializer::done
serializer::~serializer
serializer::read
value
string
array
object
storage_ptr
Returns true if the serialization is complete.
true
bool done() const noexcept;
This function returns true when all of the characters in the serialized representation of the value have been read.
Constant.
No-throw guarantee.