I serialize this class using the Simple XML framework:
@Root public class HowToRenderEmptyTag { @Element(required=false) private String nullString; }