Marcono1234 / serial-builder

Library for manually creating Java serialization data.
MIT License
28 stars 1 forks source link

Correct error message #1

Closed zrquan closed 2 years ago

Marcono1234 commented 2 years ago

Thanks a lot! Did you encounter this AssertionError while using this library? It would not surprise me, given how messy the internal implementation is.

Your project https://github.com/zrquan/DSeriaL looks pretty neat! It gives me the impression that I have overcomplicated the implementation and API here 😅

zrquan commented 2 years ago

Actually I'm not using this project, I found this problem in the process of reading and learning the code.

I am not a professional programmer 😵 . This project taught me a lot, I just try to implement it with Kotlin for learning.