#include <userver/dump/dumper.hpp>
A dynamically dispatched equivalent of kDumpable "concept". Unlike with ADL-found Write/Read, the methods are guaranteed not to be called in parallel. 
Definition at line 39 of file dumper.hpp.
 Inheritance diagram for dump::DumpableEntity:Public Member Functions | |
| virtual void | GetAndWrite (dump::Writer &writer) const =0 | 
| virtual void | ReadAndSet (dump::Reader &reader)=0 |