An object that defines how to be stored as a primitive type (like a string or a number or a boolean) is serializable. Primitives are stored. The action of serialization consist in the transformation of an object into a storable object (generally string numbers bytes boolean): Component -≥ object Json -> string and numbers -> store
Cheers 🍻 !