
serializing.info
serializing.infoWhat is serialization and deserialization? In a context of data storage and transmission than serialization (marshalling) is a process to converting a data structure or objects into a sequence of bits so that it can be proceeded. The options which can be used:. It can be stored as a file on the filesystem. It can be used as a memory buffer. It can be transmitted across a network connection. JSON serialization and de-serialization. Checkout the samples page.
http://www.serializing.info/