![]() |
Kiwano Engine
v1.2.x
|
文件序列化器 更多...
#include <Serializable.h>
Public 成员函数 | |
FileSerializer (FILE *file) | |
void | WriteBytes (const uint8_t *bytes, size_t size) override |
写入字节序列 | |
![]() | |
template<typename _Ty > | |
void | WriteValue (const _Ty &value) |
写入值 | |
template<typename _Ty > | |
Serializer & | operator<< (const _Ty &value) |
文件序列化器