#include "consumer.h" #include namespace NYT::NYson { //////////////////////////////////////////////////////////////////////////////// void IYsonConsumer::OnRaw(const TYsonStringBuf& yson) { OnRaw(yson.AsStringBuf(), yson.GetType()); } //////////////////////////////////////////////////////////////////////////////// } // namespace NYT::NYson