ArachisH / Sulakore

Habbo SDK
14 stars 4 forks source link

Refactor HPhoto #43

Closed PaulusParssinen closed 2 years ago

PaulusParssinen commented 2 years ago

Refactored HPhoto to use AOT/trimming friendly JSON (de)serialization logic. Now Sulakore is marked IsTrimmable.

We should add more tests for the HPhoto in the future. The serialization logic can also be optimized with pooled IBufferWriter<byte> implementation.

Fixes #38.