Why is it a problem when the internal data reprensentation is bigger than the interface data type ? When by whatever means the internal data never exceeds the validity range of the interface data type, then the serialization / deserialization process is save.
Why is it a problem when the internal data reprensentation is bigger than the interface data type ?
When by whatever means the internal data never exceeds the validity range of the interface data type, then the serialization / deserialization process is save.