Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
MGDigital
BusQue
CommandSerializerInterface
PHP Interface MGDigital\BusQue\CommandSerializerInterface
显示文件
Open project: mgdigital/busque
Public Methods
Method
Description
serialize
(
$command
) :
string
unserialize
(
string
$serialized
) :
mixed
Method Details
serialize()
public
method
public
serialize
(
$command
) :
string
return
string
unserialize()
public
method
public
unserialize
(
string
$serialized
) :
mixed
$serialized
string
return
mixed
A command object which can be handled by the commandbus.