Serialization means to translate an object or some other kind of data structure into a storable format (like e.g. a file or a buffer).
In JavaScript, for example, you can serialize a value to a JSON string by calling the function JSON.stringify()
.
CSS values are serialized by calling the function CSSStyleDeclaration.getPropertyValue()
.
Learn more
General knowledge
- Serialization on Wikipedia
Document Tags and Contributors
Tags:
Contributors to this page:
Sebastianz
Last updated by:
Sebastianz,