Interface ResourceReferenceSerializer
-
@Role public interface ResourceReferenceSerializer
Generate a string representation of aResourceReference
.- Since:
- 2.5RC1
- Version:
- $Id: 96fe4475806e49b0e15a0b64d354da00b7a96d0c $
-
-
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.
-
-