Seastar
High performance C++ framework for concurrent servers
|
Public Member Functions | |
jsonable (const jsonable &)=default | |
jsonable & | operator= (const jsonable &)=default |
virtual std::string | to_json () const =0 |
virtual future | write (output_stream< char > &s) const |
write an object to the output stream More... | |
|
pure virtual |
create a formatted string of the object.
Implemented in seastar::json::json_base, and seastar::json::json_void.
|
inlinevirtual |
write an object to the output stream
The defult implementation uses the to_json Object implementation override it.
Reimplemented in seastar::json::json_base, and seastar::json::json_void.