Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #324 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

HashMap requires inheritance from IReader

Reported by: Ansible Assigned to: kris
Priority: normal Milestone: 0.97 RC 1
Component: Core Functionality Version: trunk
Keywords: HashMap IReader IWriter Cc:

Description

HashMap? implements functions 'read' and 'write' which requires the data elements in the map to inherit from IReader and IWriter. In my opinion this requirement detracts from the generality of the HashMap?, and would be better implemented in a descendant that is serializable.

Change History

03/11/07 15:23:32 changed by larsivi

  • owner changed from sean to kris.
  • milestone set to 0.97 RC 1.

03/12/07 14:32:58 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.

removed serialization for the time being (should not have been there)