sInfoBuffer.append("<propertiesEntry>");
sInfoBuffer.append("<key>" +
mapKeys[j] +
"</key>");
sInfoBuffer.append("<type>" +
TypeUtil.toString(tMap.typeOf(mapKeys[j])) +
"</type>");
sInfoBuffer.append("<value>" +
tMap.getAsString(mapKeys[j]) +
"</value>");
sInfoBuffer.append("</propertiesEntry>");