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

Inheritance: IOutputDescriptionSerializationService
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetKnownTypes ( ) : IEnumerable
OutputDescriptionSerializationService ( ) : System
StripKnownLegacyTags ( string data ) : string

Method Details

Deserialize() public méthode

Deserialize the given data to an output description
public Deserialize ( string data ) : IOutputDescription
data string
Résultat IOutputDescription

Serialize() public méthode

Serializes the given ouput description to XML
public Serialize ( IOutputDescription outputDescription ) : string
outputDescription IOutputDescription
Résultat string