C# Class Unlimited.Framework.Converters.Graph.Output.OutputDescriptionSerializationService

Inheritance: IOutputDescriptionSerializationService
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Deserialize ( string data ) : IOutputDescription

Deserialize the given data to an output description

Serialize ( IOutputDescription outputDescription ) : string

Serializes the given ouput description to XML

Private Methods

Method Description
GetKnownTypes ( ) : IEnumerable
OutputDescriptionSerializationService ( ) : System
StripKnownLegacyTags ( string data ) : string

Method Details

Deserialize() public method

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

Serialize() public method

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