6 lines
140 B
Markdown
6 lines
140 B
Markdown
# How to serialize ?
|
|
|
|
- 1 byte : type of object code
|
|
- int : version of the encoder
|
|
- data : can be the json representation of the object
|