C# 클래스 Unlimited.Framework.Converters.Graph.Output.OutputDescriptionSerializationService

상속: IOutputDescriptionSerializationService
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( string data ) : IOutputDescription

Deserialize the given data to an output description

Serialize ( IOutputDescription outputDescription ) : string

Serializes the given ouput description to XML

비공개 메소드들

메소드 설명
GetKnownTypes ( ) : IEnumerable
OutputDescriptionSerializationService ( ) : System
StripKnownLegacyTags ( string data ) : string

메소드 상세

Deserialize() 공개 메소드

Deserialize the given data to an output description
public Deserialize ( string data ) : IOutputDescription
data string
리턴 IOutputDescription

Serialize() 공개 메소드

Serializes the given ouput description to XML
public Serialize ( IOutputDescription outputDescription ) : string
outputDescription IOutputDescription
리턴 string