Skip to content

Commit

Permalink
refactor: Deprecate serializer context.
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Feb 21, 2024
1 parent ff5ecdb commit 6626762
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
the current value in a dynamic property is a scalar.
* feat(`PresetMappingFactory`): Add `fromObjectCache()` and `fromObjectCacheReversed()`.
* chore: Simplify remembering mapper.
* refactor: Deprecate serializer context.

## 1.0.0

Expand Down
3 changes: 3 additions & 0 deletions src/Serializer/DenormalizerContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

namespace Rekalogika\Mapper\Serializer;

/**
* @deprecated
*/
class DenormalizerContext extends AbstractSerializerContext
{
}
3 changes: 3 additions & 0 deletions src/Serializer/NormalizerContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

namespace Rekalogika\Mapper\Serializer;

/**
* @deprecated
*/
class NormalizerContext extends AbstractSerializerContext
{
}

0 comments on commit 6626762

Please sign in to comment.