-type endpoint_context() :: #endpoint_context{name :: atom(), pid :: pid(), enums_tab :: atom(), objects_tab :: atom()}.
-spec dump(endpoint_context(), string()) -> ok.