| A SupplierData serves as the value in the key/value pair for a supplier
entity.
In this sample, SupplierData is used only as the storage data for the
value, while the Supplier object is used as the value's object
representation. Because it is used directly as storage data using
serial format, it must be Serializable.
author: Mark Hayes |