![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
Serialization wrapper class for custom integers and enums. More...
#include <serialize.h>
Serialization wrapper class for custom integers and enums.
It permits specifying the serialized size (1 to 8 bytes) and endianness.
Use the big endian mode for values that are stored in memory in native byte order, but serialized in big endian notation. This is only intended to implement serializers that are compatible with existing formats, and its use is not recommended for new data structures.
Definition at line 508 of file serialize.h.
1.8.8