Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
575ac8986c93d9420a9d7d9517582df9dbeeafd6
/
.
/
src
/
core
/
field_types
/
core_bytes_type.cpp
blob: b35ddd3aa709cd5939f5834ff143c5cf7e727656 [
file
] [
log
] [
blame
]
#include
"rive/core/field_types/core_bytes_type.hpp"
#include
"rive/core/binary_reader.hpp"
using
namespace
rive
;
std
::
vector
<uint8_t>
CoreBytesType
::
deserialize
(
BinaryReader
&
reader
)
{
return
reader
.
readBytes
();
}