mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 01:31:00 +00:00
The format is quite simply the type index followed by the type in its own native encoding; just implementing the receive side with static typing is a bit convoluted. The only limitation of this implementation is that the variant type has to contain an Empty somewhere as it is not default constructible otherwise. Co-authored-by: Ali Mohammad Pur <mpfard@serenityos.org> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Connection.cpp | ||
| Connection.h | ||
| ConnectionFromClient.h | ||
| ConnectionToServer.h | ||
| Decoder.cpp | ||
| Decoder.h | ||
| Dictionary.h | ||
| Encoder.cpp | ||
| Encoder.h | ||
| File.h | ||
| Forward.h | ||
| Message.h | ||
| MultiServer.h | ||
| SingleServer.h | ||
| Stub.h | ||