4
votes
4answers
388 views
How use bit/bit-operator to control object state?
I want to create light object data-package to pass between client and server applications.
It is a so simple task, that I can control with only 1 byte, so
each bit in a byte will …
