Alpha 7-1
Pre-release
Pre-release
Alpha v7 cleans up the code and adds exception handling:
- Removed unused internal functions
- Moved previously unnecessarily public functions to internal namespaces
- Exceptions can now be throw for error detection, both client- and server-side
- Exceptions are serializable so they can be "re-thrown" on the client side
- Tests are in place to ensure the proper exceptions are thrown
- Bitsery binary serialization adapter now public
- More efficient use of memory allocation for all adapters