Interface ResourceReferenceTypeSerializer
-
@Role public interface ResourceReferenceTypeSerializer
Serialize 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 String
serialize(ResourceReference reference)
-
-
-
Method Detail
-
serialize
String serialize(ResourceReference reference)
- Parameters:
reference
- the link reference to serialize- Returns:
- the string representation of the passed
ResourceReference
object.
-
-