org.xwiki.model.reference
Interface EntityReferenceSerializer<T>
@ComponentRole
public interface EntityReferenceSerializer<T>
Generate a different representation of an Entity Reference (eg as a String).
- Since:
- 2.2M1
- Version:
- $Id$
serialize
T serialize(EntityReference reference,
Object... parameters)
- Parameters:
reference - the reference to serializeparameters - optional parameters. Their meaning depends on the serializer implementation
- Returns:
- the new representation (eg as a String)
Copyright © 2004-2011 XWiki. All Rights Reserved.