serialize
https://gyazo.com/7c0ae205112f459cc634c77cf72b2ae7
Serialization is the process of converting an object into a stream of bytes to store the object or transmit it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed. The reverse process is called deserialization. In computer science, in the context of data storage, serialization is the process of translating data structures or object state into a format that can be stored (for example, in a file or memory buffer) or transmitted (for example, across a network connection link) and reconstructed later (possibly in a different computer environment).
割と何気なく使われるけど説明されることのない用語 kadoyau.icon
/icons/todo.icon
言語ごとの具体的な実装を追記したいkadoyau.icon