org.eclipse.modisco.infra.discovery.benchmark.api
Class IProjectSetSerializer

java.lang.Object
  extended by org.eclipse.modisco.infra.discovery.benchmark.api.IProjectSetSerializer

public class IProjectSetSerializer
extends java.lang.Object

ProjectSet Serialization facility

Author:
Guillaume Doux

Constructor Summary
IProjectSetSerializer()
           
 
Method Summary
 IProjectSet deserialize(java.lang.String serializedValue)
          Deserialize the project set
 java.lang.Class<IProjectSet> getType()
           
 java.lang.String serialize(IProjectSet value)
          Serialize the project set
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IProjectSetSerializer

public IProjectSetSerializer()
Method Detail

getType

public java.lang.Class<IProjectSet> getType()

serialize

public java.lang.String serialize(IProjectSet value)
Serialize the project set


deserialize

public IProjectSet deserialize(java.lang.String serializedValue)
Deserialize the project set