Python Serialization-

  • – In object oriented programming, the data is processed in the form of object and it will not stored permanently.
  • – Serialization is the concept which will be used to save the object state permanently.
  • – “pickle” module is used to perform serialization and de-Serialization
  • – Serialization data must be store into the binary file.
Menu