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