Interface ResourceReferenceTypeSerializer
-
@Role public interface ResourceReferenceTypeSerializerSerialize a given Resource Reference to a String based on its Resource Type.- Since:
- 2.5RC1
- Version:
- $Id: 544b5a6bf2efae9550f5cf6e19b5103206604883 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringserialize(ResourceReference reference)
-
-
-
Method Detail
-
serialize
String serialize(ResourceReference reference)
- Parameters:
reference- the link reference to serialize- Returns:
- the string representation of the passed
ResourceReferenceobject.
-
-