Replies: 1 comment
-
|
Hi @tomwjerry, I case you are concerned about serialization file size, there is an in-memory GZIP option in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I notice that you have a JSON serializer, but how about a byte serializer? For example, bitESC has one: https://github.com/NateTheGreatt/bitECS/blob/main/docs/Serialization.md
The idea is to annotate the component data for whatever should be serialized to / deserialized from, for example, u8, u16, u32, f32, f64, string.
Beta Was this translation helpful? Give feedback.
All reactions