Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x-stream/xstream
Serialize Java objects to XML and back again.
https://github.com/x-stream/xstream
java xml xstream
Last synced: 6 days ago
JSON representation
Serialize Java objects to XML and back again.
- Host: GitHub
- URL: https://github.com/x-stream/xstream
- Owner: x-stream
- License: other
- Created: 2015-03-14T15:57:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T22:39:39.000Z (about 1 month ago)
- Last Synced: 2025-01-26T02:20:21.586Z (15 days ago)
- Topics: java, xml, xstream
- Language: Java
- Homepage: http://x-stream.github.io
- Size: 20.7 MB
- Stars: 752
- Watchers: 51
- Forks: 228
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-security-vul-llm - x-stream/xstream - stream/xstream?style=flat-square) - XStream 是一个 Java 到 XML 反序列化工具,提供了高性能和灵活性,支持自定义转换器和可选的运行时扩展。 (LLM分析过程)
README
master: [![CI with Maven](https://github.com/x-stream/xstream/workflows/CI%20with%20Maven/badge.svg)](https://github.com/x-stream/xstream/actions?query=workflow%3A%22CI+with+Maven%22) [![Coverage Status](https://coveralls.io/repos/github/x-stream/xstream/badge.svg?branch=master)](https://coveralls.io/github/x-stream/xstream?branch=master)
v-1.4.x: [![Build Status](https://travis-ci.org/x-stream/xstream.svg?branch=v-1.4.x)](https://travis-ci.org/x-stream/xstream) [![Coverage Status](https://coveralls.io/repos/github/x-stream/xstream/badge.svg?branch=v-1.4.x)](https://coveralls.io/github/x-stream/xstream?branch=v-1.4.x)- - - -
# XStream
_Java to XML Serialization, and back again_## Binaries
All binary artifacts are bundled in the -bin archive. It includes
the XStream jars and any other library used at build time, or
optional runtime extras. MXParser is recommend for use as it will
greatly improve the performance of XStream.## Documentation
Documentation can be found at [GitHub](http://x-stream.github.io). This
includes:
* [Introduction](http://x-stream.github.io) and [Tutorials](http://x-stream.github.io/tutorial.html)
* [JavaDoc](http://x-stream.github.io/javadoc/index.html)
* [Change History](http://x-stream.github.io/changes.html)
* [Frequently Asked Questions](http://x-stream.github.io/faq.html)
* [Security](http://x-stream.github.io/security.html)## Source
The complete source for XStream is bundled in the -src archive. This includes:
* Main API [xstream/src/java]
* Unit Tests [xstream/src/test]
* Maven Build Files [pom.xml]
* Hibernate Module [xstream-hibernate]
* Website [xstream-distribution]