J
Julia
Hi,
I have an two classes derived from ICommand interface
for example SubscribeCommand,and RetryCommand
i want to do the following
ICommand command1=new SubscribeCommand()
ICommand command2=new RetryCommand()
Now i want to
Serialize
both command1 and command2 to a string
is it possible?
thanks.
I have an two classes derived from ICommand interface
for example SubscribeCommand,and RetryCommand
i want to do the following
ICommand command1=new SubscribeCommand()
ICommand command2=new RetryCommand()
Now i want to
Serialize
both command1 and command2 to a string
is it possible?
thanks.