124125126127128129130131132
else if (contentValue instanceof InputStream) sw.writeElementText((InputStream)contentValue); else sw.writeElementText(toString(contentValue)); } catch (IOException e) { throw new SerializationException(e); } } }
131132133134135136137138139