Update README.md

This commit is contained in:
johnA1331 2019-08-02 21:57:11 +08:00 committed by GitHub
parent dbf5783205
commit 7c90eb4bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
### Relevant Articles: ## Relevant Articles:
- [XStream User Guide: JSON](http://www.baeldung.com/xstream-json-processing) - [XStream User Guide: JSON](http://www.baeldung.com/xstream-json-processing)
- [XStream User Guide: Converting XML to Objects](http://www.baeldung.com/xstream-deserialize-xml-to-object) - [XStream User Guide: Converting XML to Objects](http://www.baeldung.com/xstream-deserialize-xml-to-object)
- [XStream User Guide: Converting Objects to XML](http://www.baeldung.com/xstream-serialize-object-to-xml) - [XStream User Guide: Converting Objects to XML](http://www.baeldung.com/xstream-serialize-object-to-xml)
- [Remote Code Execution with XStream](https://www.baeldung.com/java-xstream-remote-code-execution)