alec1o / Byter

Byter: C# library for serializing and deserializing data to and from bytes, supporting unlimited complexity and depth.âš¡
MIT License
6 stars 2 forks source link

>> Can byter send null value? #30

Open alec1o opened 4 months ago

alec1o commented 4 months ago

Can byter send null value?

Do you mean I implement a way to serialize and deserialize null objects??? 🤯😨

yep, because my struct request from api web so it have somany null field, and sometime i create struct and just use only a few internal variables to achieve the goal

Originally posted by @nvh2001 in https://github.com/alec1o/Byter/issues/29#issuecomment-2213928332

TODO:

alec1o commented 4 months ago

The update break compatibility with version 3. It must be increased to version 4.0.0, instead of version 3.1.0...