This class serves as a base class for all serializable types. It facilitates
composable serialization of complex types and enables the serialization of
instances to their BCS (Binary Canonical Serialization) representation.
Converts the BCS-serialized bytes of a value into a Hex instance.
This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.
This class serves as a base class for all serializable types. It facilitates composable serialization of complex types and enables the serialization of instances to their BCS (Binary Canonical Serialization) representation.