blob: 2e87b993dbc5312e2a0d37c424bbb2843677a926 [file] [log] [blame]
#include "rive/core/field_types/core_string_type.hpp"
#include "rive/core/binary_reader.hpp"
using namespace rive;
std::string CoreStringType::deserialize(BinaryReader& reader) { return reader.readString(); }