C# Class Pepino.Json.JsonCommandSerializer

Inheritance: ICommandDeserializer, ICommandSerializer
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
Deserialize ( string str ) : QueuedCommand
Serialize ( object command, bool wrapInQueuedCommandStructure ) : string

Method Details

Deserialize() public méthode

public Deserialize ( string str ) : QueuedCommand
str string
Résultat Pepino.Domain.QueuedCommand

Serialize() public méthode

public Serialize ( object command, bool wrapInQueuedCommandStructure ) : string
command object
wrapInQueuedCommandStructure bool
Résultat string