RSSAmplifier

Ryan Chandler · Aug 16, 2023

Understanding serialisation in PHP

0
Sign in to vote or save

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…

Read on ryangjchandler.co.uk

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.