Skip to content

Streamable for Modern C++ v0.0.3

Choose a tag to compare

@ClaudiuHBann ClaudiuHBann released this 11 Oct 12:52
· 101 commits to master since this release

We no longer create an object to call FindDerivedStreamable because now it's a static method
Added compile time check if FindDerivedStreamable is implemented if trying to deserialize a BaseClass*
Added support for std::filesystem::path
Simplified the parsing logic