Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 365 Bytes

TODO.md

File metadata and controls

7 lines (6 loc) · 365 Bytes

TODO

  1. Implement packets with data classes and use the jackson-kotlin-module for serialization/deserialization.
    • In order to check invalid packets and such, try-catch clauses
    • ClassCastExceptions an such, also, jackson probably handles null properly, so optional fields won't be a problem.