https://github.com/phstudy/twitter4j-jaxb-example
using JABX to marshal Twitter4j's Status
https://github.com/phstudy/twitter4j-jaxb-example
Last synced: 10 months ago
JSON representation
using JABX to marshal Twitter4j's Status
- Host: GitHub
- URL: https://github.com/phstudy/twitter4j-jaxb-example
- Owner: phstudy
- Created: 2013-08-28T17:55:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T12:04:53.000Z (almost 12 years ago)
- Last Synced: 2025-01-21T02:41:37.438Z (over 1 year ago)
- Language: Java
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A example for Stackoverflow question: saving twitter4J Status to MongoDB gives “twitter4j.Status is an interface, and JAXB can't handle interfaces” (http://stackoverflow.com/questions/18490707/saving-twitter4j-status-to-mongodb-gives-twitter4j-status-is-an-interface-and)