Create a serializer adapter instance.
| Parameters: |
|
|---|---|
| Return type: | Adapter |
Change the adapter plugin manager
| Parameters: | AdapterPluginManager – |
|---|---|
| Return type: | void |
Get the adapter plugin manager
| Return type: | AdapterPluginManager |
|---|
Resets the internal adapter plugin manager
| Return type: | AdapterPluginManager |
|---|
Change the default adapter.
| Parameters: |
|
|---|
Generates a storable representation of a value using the default adapter. Optionally different adapter could be provided as second argument
| Parameters: |
|
|---|---|
| Return type: | string |
Creates a PHP value from a stored representation using the default adapter. Optionally different adapter could be provided as second argument
| Parameters: |
|
|---|---|
| Return type: | mixed |