Table of Contents

Class CommandSerializer

Namespace
Shift.Common.Kernel
Assembly
Shift.Common.dll
public class CommandSerializer
Inheritance
CommandSerializer
Inherited Members
Extension Methods

Constructors

CommandSerializer(IJsonSerializerBase)

public CommandSerializer(IJsonSerializerBase serializer)

Parameters

serializer IJsonSerializerBase

Methods

Deserialize(Type, string)

public Command Deserialize(Type commandType, string commandArguments)

Parameters

commandType Type
commandArguments string

Returns

Command