mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-14 04:34:43 +00:00
Update specs/simple-serialize.md
Co-Authored-By: pipermerriam <piper@pipermerriam.com>
This commit is contained in:
parent
fa66640a00
commit
32684d582a
@ -85,7 +85,7 @@ The serialized representation of composite types is comprised of two binary segm
|
|||||||
|
|
||||||
* The first segment is *fixed size* for all types, containing the concatenation of *either*
|
* The first segment is *fixed size* for all types, containing the concatenation of *either*
|
||||||
- The serialized representation of value for each of the *fixed size* types
|
- The serialized representation of value for each of the *fixed size* types
|
||||||
- The `"uint32"` serialized offset where the serialized representation of the *variable sized* type is located in the second section.
|
- The `"uint32"` serialized offset where the serialized representation of the *variable sized* type is located in the second section relative to the beginning of the first section.
|
||||||
* The second section contains the concatenation of the serialized representations of **only** the *variable size* types.
|
* The second section contains the concatenation of the serialized representations of **only** the *variable size* types.
|
||||||
- This section is empty in the case of a purely *fixed size* type.
|
- This section is empty in the case of a purely *fixed size* type.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user