This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Serialisation, or serialization, is a process that takes in a piece of data and generates a storable or transportable representation of the data. The serialised representation of data can be achieved with various formats. JSON is very common as most languages have some form of JSON encoding and decoding. You could also use XML, YAML or even a raw string of bytes. You're probably familiar with…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.