twindigital/hydrator-contracts

1.0.0 2024-03-08 16:02 UTC

This package is not auto-updated.

Last update: 2024-09-27 13:03:03 UTC


README

Latest Stable Version License

The Hydrator package exists in the context of object deserialization. It is useful when loading objects from a data source.

To hydrate an object means to assign values to its properties. A Hydrator populates the fields of other objects.

Hydration often works in tandem with Instantiation; the process of creating empty objects.

For more information, see the recommended Hydrator implementation.