9.1 Implement IPaginable and add XmlRootElement annotation on Response Object
To enable UI Download on a service, you should implement the IPaginable Interface and add the XmlRootElement annotation as shown below. The XmlRootElement’s name property should be 'root', and you need to implement all the methods in the IPaginable Interface.

Description of the illustration consistent-ui-download1.png

Description of the illustration consistent-ui-download2.png
Parent topic: Consistent UI Download