Skip to content

Commit 5316ab6

Browse files
committed
serializer are not internal anymore
1 parent d751116 commit 5316ab6

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- New class `Redmine\Serializer\PathSerializer` to build an URL path with query parameters.
13+
- New class `Redmine\Serializer\JsonSerializer` to encode or normalize JSON data.
14+
- New class `Redmine\Serializer\XmlSerializer` to encode or normalize XML data.
1215
- Allow `Psr\Http\Message\ServerRequestFactoryInterface` as Argument #2 ($requestFactory) in `Redmine\Client\Psr18Client::__construct()`
1316
- Added support for PHP 8.2
1417

src/Redmine/Serializer/JsonSerializer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* JsonSerializer.
10-
*
11-
* @internal
1210
*/
1311
final class JsonSerializer
1412
{

src/Redmine/Serializer/PathSerializer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
/**
66
* PathSerializer.
7-
*
8-
* @internal
97
*/
108
final class PathSerializer
119
{

src/Redmine/Serializer/XmlSerializer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
/**
1111
* XmlSerializer.
12-
*
13-
* @internal
1412
*/
1513
final class XmlSerializer
1614
{

0 commit comments

Comments
 (0)