https://github.com/dam-dad/holajaxb
Ejemplo de marshalling y unmarshalling en Java con JAXB
https://github.com/dam-dad/holajaxb
java jaxb marshalling sample unmarshalling
Last synced: 2 months ago
JSON representation
Ejemplo de marshalling y unmarshalling en Java con JAXB
- Host: GitHub
- URL: https://github.com/dam-dad/holajaxb
- Owner: dam-dad
- License: gpl-3.0
- Created: 2019-11-21T09:02:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T08:42:04.000Z (over 5 years ago)
- Last Synced: 2025-02-03T23:51:24.472Z (4 months ago)
- Topics: java, jaxb, marshalling, sample, unmarshalling
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HolaJAXB
Ejemplo de [marshalling](https://en.wikipedia.org/wiki/Marshalling_(computer_science)) y [unmarshalling](https://en.wikipedia.org/wiki/Unmarshalling) con JAXB (Java API for XML Binding).
En este caso, **marshalling** es el proceso de convertir objetos en XML, y **unmarshalling** es convertir XML en objetos.