public CommandSerializersFactory
Responsible for creation of interface CommandSerializer
for specific interface Command
interface CommandSerializer
,
interface Command
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Class,com.tomtom.online.sdk.connectivity.core.command.CommandSerializer> |
create()
Creates Map where specific
interface CommandSerializer is bound with corresponding interface Command |
java.util.Map<java.lang.Class,com.tomtom.online.sdk.connectivity.core.command.CommandSerializer> create()
Creates Map where specific interface CommandSerializer
is bound with corresponding interface Command
interface CommandSerializer
,
interface Command