stratadox/hydrator-contracts

v0.8 2020-11-14 08:57 UTC

This package is auto-updated.

Last update: 2024-04-14 16:40:19 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.