Abstract base class for types that can be serialized to a ByteArray.
Subclasses must implement the serialize method to define how their data is converted to a ByteArray representation.
Serializes this object to a ByteArray.