iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
88.33k stars 26.21k forks source link

Data Transfer Hash pattern #1269

Open iluwatar opened 4 years ago

iluwatar commented 4 years ago

Description: The Data Transfer Hash design pattern is used to transfer a large amount of data between different parts of a system or across systems. This pattern uses a hash map to store data as key-value pairs, which facilitates easy data retrieval and manipulation. The primary elements of this pattern include:

References:

  1. Data Transfer Hash Design Pattern - Link to Book
  2. Project Contribution Guidelines - Github Wiki

Acceptance Criteria:

  1. Implement a hash map-based data container with appropriate methods for adding, retrieving, and removing data.
  2. Include serialization and deserialization methods for converting the data container to and from a transferable format.
  3. Ensure the implementation adheres to the project's coding standards and passes all existing unit tests.
x418-22n commented 3 years ago

Hello, I would work on this issue within one month.

ohbus commented 3 years ago

Here you go @x418-22n

Please mention a timeline for when can we expect a PR against this issue.

iluwatar commented 2 years ago

This issue is free for taking again.

SpaceIshtar commented 2 years ago

Hi, I would like to give it a shot. Could you please assign it to me? I believe I could open a PR before Apr 24th.

iluwatar commented 2 years ago

Ok @SpaceIshtar

iluwatar commented 1 year ago

@SpaceIshtar are you working on this?