How can we deserialize html escape characters in inner tags of xml of a response body to be saved in POJO classes using simple xml converter in retrofit android?
<?xml version="1.0" encoding="utf-8"?>
<sample>
<outer>
<test>data<</test>>
</outer>
</sample>