21 Dec 2024

Deserialization and Serialization in one sentence

Note: Converting a string to a native object is called deserialization, while converting a native object to a string so it can be transmitted across the network is called serialization.

source: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/JSON#no_really_what_is_json

You may also like

Django RESTful APIs: High-Level Framework for API Development

Django RESTful APIs are a high-level framework for API development u...

Continue reading

FastAPI for APIs: Modern & Fast API Development with Python

FastAPI is a modern and fast Python web framework designed for build...

Continue reading

Introduction to Natural Language Processing with Python

This blog provides a comprehensive introduction to Natural Language ...

Continue reading