All Projects → x-stream → Xstream

x-stream / Xstream

Licence: other
Serialize Java objects to XML and back again.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Xstream

Veditorkit
Lightweight and Powerful Editor Kit
Stars: ✭ 441 (-22.5%)
Mutual labels:  xml
Quick Xml
Rust high performance xml reader and writer
Stars: ✭ 480 (-15.64%)
Mutual labels:  xml
Matchtagalways
A Vim plugin that always highlights the enclosing html/xml tags
Stars: ✭ 513 (-9.84%)
Mutual labels:  xml
Zek
Generate a Go struct from XML.
Stars: ✭ 451 (-20.74%)
Mutual labels:  xml
Folder Explorer
分析文件目录,统计数据并以树形结构和图表的形式展示结果,也可以导出多种格式留存
Stars: ✭ 479 (-15.82%)
Mutual labels:  xml
Log4rs
A highly configurable logging framework for Rust
Stars: ✭ 483 (-15.11%)
Mutual labels:  xml
Fluidxml
FluidXML, the PHP library for manipulating XML with a concise and fluent API.
Stars: ✭ 417 (-26.71%)
Mutual labels:  xml
Servicestack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Stars: ✭ 4,976 (+774.52%)
Mutual labels:  xml
Iguana
universal serialization engine
Stars: ✭ 481 (-15.47%)
Mutual labels:  xml
Markupkit
Declarative UI for iOS and tvOS
Stars: ✭ 508 (-10.72%)
Mutual labels:  xml
Xmlcoder
Easy XML parsing using Codable protocols in Swift
Stars: ✭ 460 (-19.16%)
Mutual labels:  xml
Soapengine
This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.
Stars: ✭ 468 (-17.75%)
Mutual labels:  xml
Untangle
Converts XML to Python objects
Stars: ✭ 499 (-12.3%)
Mutual labels:  xml
Node Xml2js
XML to JavaScript object converter.
Stars: ✭ 4,402 (+673.64%)
Mutual labels:  xml
Basex
BaseX Main Repository.
Stars: ✭ 515 (-9.49%)
Mutual labels:  xml
Camaro
camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.
Stars: ✭ 438 (-23.02%)
Mutual labels:  xml
Corexlsx
Excel spreadsheet (XLSX) format parser written in pure Swift
Stars: ✭ 481 (-15.47%)
Mutual labels:  xml
Libexpat
🌿 Expat library: Fast streaming XML parser written in C; in the process of migrating from SourceForge to GitHub
Stars: ✭ 549 (-3.51%)
Mutual labels:  xml
Refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
Stars: ✭ 5,545 (+874.52%)
Mutual labels:  xml
Tokenizer
A small library for converting tokenized PHP source code into XML (and potentially other formats)
Stars: ✭ 4,770 (+738.31%)
Mutual labels:  xml

master: Build Status Coverage Status
v-1.4.x: Build Status Coverage Status


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. Xpp3 is recommend for use as it will greatly improve the performance of XStream.

Documentation

Documentation can be found at GitHub. This includes:

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]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].