Input/output#
Serialize a Constant object and write the serialized data to a writable BinaryIO object. |
|
Read serialized data from a readable BinaryIO object and deserialize it into a Constant object. |
|
Serialize a Constant object and return the serialized data as bytes. |
|
Deserialize a Constant object from a bytes-like object. |