Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ser::serializer_ctx Struct Reference

Opaque runtime serializer context passed around as a single object. More...

#include <ser_rt.h>

Public Attributes

void * user = nullptr
 
save_raw_fn save_raw = nullptr
 
load_raw_fn load_raw = nullptr
 
data_fn data = nullptr
 
reset_fn reset = nullptr
 
tell_fn tell = nullptr
 
bytes_fn bytes = nullptr
 
seek_fn seek = nullptr
 

Detailed Description

Opaque runtime serializer context passed around as a single object.


The documentation for this struct was generated from the following file: