deserialization
Table of Contents
activity that taking in a serial message and output/generate structured data.
1. on man’s understanding
understanding an article usually means reading the serial text and ending up with a graph of ideas, at least with relations of which supports which. with simple articles this could be just 4 ideas supporting/commenting on 1, with more complex ones, there could be chains.
2. on programming
it is common that inter process communication is done with one public communication channel, which calls for serial representation, such as string. Upon receiving such information, the program would need to parse the string into structured data to make use of them: “width: 25px;height: 40px” has to be parsed to {:width 25 :height 40 :unit :px}
to be of use directly in program.
Backlinks
text material processing
The processing of an amount of text material.
Assuming text is idea serialization assumption, the deserialization of those ideas from text such as papers, blogs , manuals or books.
recreate book with zettels
(why it make sense)
You can write a book with zettels, i.e. compiling zettels serially, it’s imperative that you can do the reverse.
This echos with the idea of understanding a topic being having an internel organization of ideas relating to the topic, which here represented with zettels.
This also echos with the idea of deserialization