Skip to content

Alpha 7-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jharmer95 jharmer95 released this 19 Jan 15:52
· 4 commits to main since this release
7a83063

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