String 中的 xml 对象 - 我如何序列化它以便它可以保留在字符串中
我目前正在做一个与亚马逊云计算相关的项目。我正在用 Java 编程。
我需要传递一条消息(包含 xml 数据的String
),并且需要在将其放入 sqs 队列之前对其进行序列化。
有什么方法可以序列化它并保持字符串格式吗?我无法以任何其他格式传递消息,例如 InputStream
等。
I am currently doing a project related to Amazon Cloud Computing. I am programming in Java.
I need to pass a message (String
containing xml data) and I need to serialize it before putting it to the sqs queue.
Is there any way I could serialize it and keep it in string format? I cannot pass the message in any other format such as InputStream
, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。
我喜欢JDOM。
有一些方法可以将 XML 转换为字符串。例如 字符串:outputString ()
Yes.
I like JDOM.
There is methods to convert XML to String. For Example String: outputString()