Questions tagged [serialization]

Serialization is the conversion of information into a standard form that can be used to communicate that information. Network protocols typically specify the serialization to be used.

Serialization is the conversion of information into a standard form that can be used to communicate that information. Network protocols typically specify the serialization to be used.

For example the Bitcoin network has a specific binary serialization for block and transaction data that is sent between Bitcoin nodes and which becomes part of the blockchain. This serialization includes, for example, the use of Big-endian unsigned integers and a special compact-integer that stores integers as a variable-length data item.

17 questions
0
votes
1 answer

What Serialization format is used in Bitcoin?

What serialization format is used in bitcoin network? I know in Ethereum, there is the RLP which has been replaced with SSZ. Polkadot has it's own serialization format called SCALE, but I have not been able to find information on what serialization…
Finlay Weber
  • 123
  • 3