C# 클래스 Pepino.Json.JsonCommandSerializer

상속: ICommandDeserializer, ICommandSerializer
파일 보기 프로젝트 열기: AcklenAvenue/Pepino

공개 메소드들

메소드 설명
Deserialize ( string str ) : QueuedCommand
Serialize ( object command, bool wrapInQueuedCommandStructure ) : string

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( string str ) : QueuedCommand
str string
리턴 Pepino.Domain.QueuedCommand

Serialize() 공개 메소드

public Serialize ( object command, bool wrapInQueuedCommandStructure ) : string
command object
wrapInQueuedCommandStructure bool
리턴 string