org.eclipse.modisco.infra.discovery.benchmark.api
Class IProjectSetSerializer
java.lang.Object
org.eclipse.modisco.infra.discovery.benchmark.api.IProjectSetSerializer
public class IProjectSetSerializer
- extends java.lang.Object
ProjectSet Serialization facility
- Author:
- Guillaume Doux
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IProjectSetSerializer
public IProjectSetSerializer()
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