Serialization Module

Note:

The serialization module cannot be directly imported through the import serialization command. Otherwise, an error indicating that the serialization package cannot be found is reported during compilation. (error: can not find package'serialization'). You are advised to import the serialization subpackage to use the serialization module.

Function Description

The serialization module provides the serialization and deserialization capabilities.

Package List of the Serialization Module

The serialization module provides the following packages:

NameDescription
serializationThe serialization package provides the serialization and deserialization capabilities.