mirror of
https://github.com/Neur0toxine/pock.git
synced 2025-04-05 05:33:31 +03:00
Merge branch 'master' of github.com:Neur0toxine/pock
This commit is contained in:
commit
d5b1044efa
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ JsonSerializerFactory::setSerializer($serializer);
|
|||
XmlSerializerFactory::setSerializer($serializer);
|
||||
```
|
||||
|
||||
In order to use unsupported serializer you should create a decorator which implements `Pock\Serializer\SerializerInterface`.
|
||||
In order to use unsupported serializer you should create an adapter which implements `Pock\Serializer\SerializerInterface`.
|
||||
|
||||
# Roadmap to stable
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue